Commit 14659e28 authored by harrylee's avatar harrylee Committed by vipwzw

fix a bug for evm cli

parent 6a38a1ff
......@@ -304,6 +304,7 @@ func createEvmTx(cfg *types.Chain33Config, action proto.Message, execer, caller,
Addr: caller,
TxHex: rawTx,
Expire: expire,
Fee: tx.Fee,
}
var res string
......@@ -355,6 +356,7 @@ func createEvmTransferTx(cfg *types.Chain33Config, cmd *cobra.Command, caller, e
Addr: caller,
TxHex: rawTx,
Expire: expire,
Fee: tx.Fee,
}
var res string
......
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