Skip to content

Commit e825ee9

Browse files
committed
unuse code
1 parent 8ab09c9 commit e825ee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/ulxly/balanceandnullifiertreehelper_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func TestBalanceTree(t *testing.T) {
3030
OriginNetwork: big.NewInt(0).SetUint64(uint64(transition.UpdateLeaf.Key.OriginNetwork)),
3131
OriginTokenAddress: transition.UpdateLeaf.Key.OriginTokenAddress,
3232
}
33-
totalTokenBalance := big.NewInt(1)
3433
totalTokenBalance, ok := big.NewInt(0).SetString(transition.UpdateLeaf.Value.String(), 0)
3534
require.Equal(t, true, ok)
3635

0 commit comments

Comments
 (0)