From c3edf61c8bde63446b6dcdac10a9c1cc12a206f7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 18 Apr 2024 14:18:52 +0100 Subject: [PATCH] merge fix --- tools/docker-network/tests/rewards_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-network/tests/rewards_test.go b/tools/docker-network/tests/rewards_test.go index 4d5630357..6fae8dd80 100644 --- a/tools/docker-network/tests/rewards_test.go +++ b/tools/docker-network/tests/rewards_test.go @@ -247,7 +247,7 @@ func issueValidationBlockInBackground(wg *sync.WaitGroup, d *DockerTestFramework defer wg.Done() fmt.Println("Issuing validation block for account", accountID, "in the background...") defer fmt.Println("Issuing validation block for account", accountID, "in the background......done") - clt := d.wallet.DefaultClient() + clt := d.defaultWallet.Client for i := startSlot; i < endSlot; i++ { // wait until the slot is reached