mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 04:27:57 +00:00
Fix zombienet-bridges-0001-asset-transfer-works (#4069)
Fixes https://github.com/paritytech/polkadot-sdk/issues/3999 --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ function call_polkadot_js_api() {
|
||||
# With it, it just submits it to the tx pool and exits.
|
||||
# --nonce -1: means to compute transaction nonce using `system_accountNextIndex` RPC, which includes all
|
||||
# transaction that are in the tx pool.
|
||||
polkadot-js-api --noWait --nonce -1 "$@"
|
||||
polkadot-js-api --nonce -1 "$@" || true
|
||||
}
|
||||
|
||||
function generate_hex_encoded_call_data() {
|
||||
|
||||
Reference in New Issue
Block a user