OSDN Git Service

fix
authorHAOYUatHZ <haoyu@protonmail.com>
Thu, 13 Jun 2019 02:15:19 +0000 (10:15 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Thu, 13 Jun 2019 02:15:19 +0000 (10:15 +0800)
federation/synchron/mainchain_keeper.go

index 65dec7a..2bb9f1c 100644 (file)
@@ -115,7 +115,7 @@ func (m *mainchainKeeper) processBlock(chain *orm.Chain, block *btmTypes.Block)
        //              bp.processDepositFromMainchain(uint64(i), tx)
        //      }
        //      if isWithdrawalToMainchain(tx) {
-       //              bp.processWithdrawalToMainchain(uint64(i), tx)
+       //              m.processWithdrawalToMainchain(uint64(i), tx)
        //      }
        // }