@0x/contracts-exchange-libs: Make EIP712_ORDER_SCHEMA_HASH public.

This commit is contained in:
Lawrence Forman
2019-05-21 22:06:51 -04:00
committed by Amir Bandeali
parent c692c8f055
commit b636057251

View File

@@ -44,7 +44,7 @@ contract LibOrder is
// "bytes takerFeeAssetData",
// ")"
// ))
bytes32 constant internal EIP712_ORDER_SCHEMA_HASH =
bytes32 constant public EIP712_ORDER_SCHEMA_HASH =
0xf80322eb8376aafb64eadf8f0d7623f22130fd9491a221e902b713cb984a7534;
// A valid order remains fillable until it is expired, fully filled, or cancelled.