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:
Serban Iorga
2024-04-13 10:04:26 +03:00
committed by GitHub
parent 5b513cc0e9
commit 8220c98008
4 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -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() {