From 9b75390b247f027fd166ec9769f1554d769db735 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 11 Jul 2022 15:57:27 +0000 Subject: [PATCH] address cr --- itests/gas_estimation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/gas_estimation_test.go b/itests/gas_estimation_test.go index 52d52be30..42cad8611 100644 --- a/itests/gas_estimation_test.go +++ b/itests/gas_estimation_test.go @@ -40,7 +40,7 @@ func TestEstimateGasNoFunds(t *testing.T) { _, err = client.StateWaitMsg(ctx, sm.Cid(), 3, api.LookbackNoLimit, true) require.NoError(t, err) - // Create that address. + // Make sure we can estimate gas even if we have no funds. msg2 := &types.Message{ From: addr, To: client.DefaultKey.Address,