Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Feb 22, 2024
1 parent 134e087 commit 9fdeb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-polybft/e2e/bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@ func TestE2E_Bridge_NonMintableERC20Token_WithPremine(t *testing.T) {
if isValidator {
require.True(t, balance.Cmp(childExpected) >= 0) // because of London fork
} else {
//this check is implemented because non-validators incur fees, potentially resulting in a balance lower than anticipated
require.True(t, balance.Cmp(childExpected.Sub(childExpected, offset)) >= 0)
}
}
Expand Down

0 comments on commit 9fdeb11

Please sign in to comment.