We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab09c9 commit e825ee9Copy full SHA for e825ee9
cmd/ulxly/balanceandnullifiertreehelper_test.go
@@ -30,7 +30,6 @@ func TestBalanceTree(t *testing.T) {
30
OriginNetwork: big.NewInt(0).SetUint64(uint64(transition.UpdateLeaf.Key.OriginNetwork)),
31
OriginTokenAddress: transition.UpdateLeaf.Key.OriginTokenAddress,
32
}
33
- totalTokenBalance := big.NewInt(1)
34
totalTokenBalance, ok := big.NewInt(0).SetString(transition.UpdateLeaf.Value.String(), 0)
35
require.Equal(t, true, ok)
36
0 commit comments