mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
f2c292e0c7
Note explicitly that transaction hash should be specified, so instead of an old help text: ``` $ ./bin/neo-go query tx --help NAME: neo-go query tx - Query transaction status USAGE: neo-go query tx [command options] [arguments...] OPTIONS: --verbose, -v Output full tx info and execution logs --rpc-endpoint value, -r value RPC node address --timeout value, -s value Timeout for the operation (10 seconds by default) (default: 0s) ``` now we got the more informative one: ``` $ ./bin/neo-go query tx --help NAME: neo-go query tx - Query transaction status USAGE: neo-go query tx <hash> -r endpoint [-v] OPTIONS: --verbose, -v Output full tx info and execution logs --rpc-endpoint value, -r value RPC node address --timeout value, -s value Timeout for the operation (10 seconds by default) (default: 0s) ``` |
||
---|---|---|
.. | ||
cmdargs | ||
flags | ||
input | ||
options | ||
paramcontext | ||
query | ||
server | ||
smartcontract | ||
testdata | ||
util | ||
vm | ||
wallet | ||
.gitignore | ||
candidate_test.go | ||
contract_test.go | ||
dump_test.go | ||
executor_test.go | ||
main.go | ||
main_test.go | ||
multisig_test.go | ||
nep11_test.go | ||
nep17_test.go | ||
options_test.go | ||
query_test.go | ||
server_test.go | ||
util_test.go | ||
wallet_test.go |