cli/wallet: show tx fee before relaying

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-09-15 12:40:30 +03:00
parent 56dd7b7364
commit 2a78ec8003
11 changed files with 104 additions and 5 deletions

View file

@ -34,6 +34,7 @@ func TestQueryTx(t *testing.T) {
"--to", w.Accounts[0].Address,
"--token", "NEO",
"--from", validatorAddr,
"--force",
}
e.In.WriteString("one\r")