Commit 3bb3c030 authored by hezhengjun's avatar hezhengjun Committed by 33cn

remove ineffectual assignment

parent fea0d0f9
......@@ -114,7 +114,6 @@ func CreateEthBridgeBankRelated(cmd *cobra.Command, _ []string) {
}
bridgeRegAddr := crypto.CreateAddress(deployerAddr, startNonce)
infos = append(infos, &DeployInfo{PackData: packData, ContractorAddr: bridgeRegAddr, Name: "bridgeRegistry", Nonce: startNonce, To: nil})
startNonce = startNonce + 1
err = NewTxWrite(infos, deployerAddr, url, "deployBridgeBank4Ethtxs.txt")
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment