address cr

This commit is contained in:
Steven Allen 2022-07-11 15:57:27 +00:00
parent d192b821a9
commit 9b75390b24
No known key found for this signature in database
GPG Key ID: C125ECFD1713943C

View File

@ -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,