Add comment

This commit is contained in:
Thomas E Lackey 2022-10-07 15:56:07 -05:00
parent cdc8ec7034
commit 052e435676

View File

@ -119,6 +119,7 @@ func sendTestTx() (*SentTx, error) {
eth, err := createClient() eth, err := createClient()
Expect(err).ToNot(HaveOccurred()) Expect(err).ToNot(HaveOccurred())
//TODO: Pull from test config / env.
tx, err := sendTransaction( tx, err := sendTransaction(
ctx, ctx,
eth, eth,