Skip to content

Commit 32e4d66

Browse files
committed
wait for funding on testnet
1 parent 552cbb1 commit 32e4d66

File tree

1 file changed

+1
-1
lines changed
  • framework/components/simple_node_set

1 file changed

+1
-1
lines changed

framework/components/simple_node_set/fund.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func SendETH(client *ethclient.Client, privateKeyHex string, toAddress string, a
5858
return fmt.Errorf("failed to send transaction: %v", err)
5959
}
6060
framework.L.Info().Msgf("Transaction sent: %s", signedTx.Hash().Hex())
61-
_, err = bind.WaitMined(context.Background(), client, tx)
61+
_, err = bind.WaitMined(context.Background(), client, signedTx)
6262
return err
6363
}
6464

0 commit comments

Comments
 (0)