Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphysic4l committed Apr 18, 2024
1 parent a8fcf8a commit c3edf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-network/tests/rewards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3edf61

Please sign in to comment.