Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Nov 22, 2024
1 parent 5c2eb09 commit fad003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/morpheusvm/4_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (g *TxGenerator) GenerateTx(ctx context.Context, uri string) (*chain.Transa
}

return tx, func(ctx context.Context, require *require.Assertions, uri string) {
confirmTx(ctx, require, uri, tx.ID(), toAddress, 1)
confirmTx(ctx, require, uri, tx.GetID(), toAddress, 1)
}, nil
}
```
Expand Down

0 comments on commit fad003f

Please sign in to comment.