diff --git a/tests/ship_streamer_test.py b/tests/ship_streamer_test.py index ca79b3d81c..580a010966 100755 --- a/tests/ship_streamer_test.py +++ b/tests/ship_streamer_test.py @@ -129,7 +129,7 @@ def getLatestSnapshot(nodeId): nonProdNode.waitForTransBlockIfNeeded(trans, True, exitOnError=True) for account in accounts: Print(f"Transfer funds {transferAmount} from account {cluster.eosioAccount.name} to {account.name}") - nonProdNode.transferFunds(cluster.eosioAccount, account, transferAmount, "test transfer", waitForTransBlock=False) + trans=nonProdNode.transferFunds(cluster.eosioAccount, account, transferAmount, "test transfer", waitForTransBlock=False) nonProdNode.waitForTransBlockIfNeeded(trans, True, exitOnError=True) for account in accounts: trans=nonProdNode.delegatebw(account, 20000000.0000, 20000000.0000, waitForTransBlock=False, exitOnError=True)