Skip to content

Commit

Permalink
Fix helper function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerargus committed Apr 16, 2024
1 parent e7346a1 commit ea58c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cardinal/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ func getMsgID(t *testing.T, world *cardinal.World, fullName string) types.Messag
return msg.ID()
}

// getReceiptFromPastTick search past ticks for a txHash that ma
// getReceiptFromPastTick search past ticks for a txHash that matches the given txHash. An error will be returned if
// the txHash cannot be found in Cardinal's history.
func getReceiptFromPastTick(t *testing.T, world *cardinal.World, txHash types.TxHash) receipt.Receipt {
tick := world.CurrentTick()
for {
Expand Down

0 comments on commit ea58c70

Please sign in to comment.