cli/wallet: show tx fee before relaying
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
56dd7b7364
commit
2a78ec8003
11 changed files with 104 additions and 5 deletions
|
@ -51,6 +51,7 @@ func TestSignMultisigTx(t *testing.T) {
|
|||
"--rpc-endpoint", "http://"+e.RPC.Addr,
|
||||
"--wallet", validatorWallet,
|
||||
"--from", validatorAddr,
|
||||
"--force",
|
||||
"NEO:"+multisigAddr+":4",
|
||||
"GAS:"+multisigAddr+":1")
|
||||
e.checkTxPersisted(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue