Add --no-wait arg to transfer (#9388) (#9390)

automerge
This commit is contained in:
mergify[bot]
2020-04-08 23:49:40 -07:00
committed by GitHub
parent 80d2a6046b
commit df2fb8f5b3
3 changed files with 58 additions and 1 deletions

View File

@@ -338,6 +338,7 @@ fn test_create_account_with_seed() {
to: to_address,
from: 0,
sign_only: true,
no_wait: false,
blockhash_query: BlockhashQuery::None(nonce_hash),
nonce_account: Some(nonce_address),
nonce_authority: 0,
@@ -358,6 +359,7 @@ fn test_create_account_with_seed() {
to: to_address,
from: 0,
sign_only: false,
no_wait: false,
blockhash_query: BlockhashQuery::FeeCalculator(
blockhash_query::Source::NonceAccount(nonce_address),
sign_only.blockhash,