Rename expiration to expirationUnixTimestampSec

This commit is contained in:
Leonid Logvinov
2018-02-07 14:41:40 +01:00
parent 12d62e1157
commit 9b3680780f
8 changed files with 51 additions and 23 deletions

View File

@@ -6,9 +6,9 @@ import {
Action,
ActionTypes,
BlockchainErrs,
Order,
ProviderType,
ScreenWidths,
SerializedOrder,
Side,
SideToAssetToken,
SignatureData,
@@ -40,7 +40,7 @@ export interface State {
userAddress: string;
userEtherBalance: BigNumber;
// Note: cache of supplied orderJSON in fill order step. Do not use for anything else.
userSuppliedOrderCache: Order;
userSuppliedOrderCache: SerializedOrder;
// Docs
docsVersion: string;