From 052fd5783f8d3df6475b1caf7cad118999996e4b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 10 Oct 2017 11:44:27 +0300 Subject: Change string enum value --- src/utils/exchange_transfer_simulator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index 6d5f797bd..86682f39e 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -4,7 +4,7 @@ import {TokenWrapper} from '../contract_wrappers/token_wrapper'; enum FailureReason { Balance = 'balance', - ProxyAllowance = 'proxy allowance', + ProxyAllowance = 'proxyAllowance', } const ERR_MSG_MAPPING = { -- cgit v1.2.3