zhangjianchu 3 years ago
parent
commit
dffb27d3ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/wallet/BinanceChain.js

+ 1 - 1
src/wallet/BinanceChain.js

@@ -8,7 +8,7 @@ let walletMgr;
 
 async function init(_walletMgr,fun){
     walletMgr = _walletMgr;
-    CodeEnum = walletMgr.ReturnCodeEnum;
+    CodeEnum  = walletMgr.ReturnCodeEnum;
     bscConnector = new BscConnector({
         supportedChainIds: [56, 97] 
     })