Respect --nonce
and --block-hash
arguments to allow signing transactions in offline
#202
Labels
--nonce
and --block-hash
arguments to allow signing transactions in offline
#202
Currently,
--nonce
and--block-hash
CLI arguments seem to be ignored in all the signing options.near-cli-rs/src/transaction_signature_options/sign_with_access_key_file/mod.rs
Lines 15 to 18 in 48cb8fc
near-cli-rs/src/transaction_signature_options/sign_with_access_key_file/mod.rs
Lines 59 to 62 in 48cb8fc
near-cli-rs should not make any calls to RPC when
nonce
andblock-hash
is specified, so it will work on computers that are not connected to the Internet.The text was updated successfully, but these errors were encountered: