Skip to content

Commit

Permalink
adding a comment to describe tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laudiacay committed Nov 29, 2021
1 parent 187a392 commit 6fa8d40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itests/self_sent_txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import (
"github.com/stretchr/testify/require"
)


// these tests check that the versioned code in vm.transfer is functioning correctly across versions!
// we reordered the checks to make sure that a transaction with too much money in it sent to yourself will fail instead of succeeding as a noop
// more info in this PR! https://github.com/filecoin-project/lotus/pull/7637
func TestSelfSentTxnV15(t *testing.T) {
ctx := context.Background()

Expand Down

0 comments on commit 6fa8d40

Please sign in to comment.