Change string enum value

This commit is contained in:
Leonid Logvinov
2017-10-10 11:44:27 +03:00
parent 63aa3d0659
commit 052fd5783f

View File

@@ -4,7 +4,7 @@ import {TokenWrapper} from '../contract_wrappers/token_wrapper';
enum FailureReason {
Balance = 'balance',
ProxyAllowance = 'proxy allowance',
ProxyAllowance = 'proxyAllowance',
}
const ERR_MSG_MAPPING = {