diff --git a/pkg/types/account_test.go b/pkg/types/account_test.go index 5a3b16aa2..b5c1e0b3b 100644 --- a/pkg/types/account_test.go +++ b/pkg/types/account_test.go @@ -15,8 +15,6 @@ func TestBalanceMap_Add(t *testing.T) { Currency: "BTC", Available: fixedpoint.MustNewFromString("10.0"), Locked: fixedpoint.MustNewFromString("0"), - Borrowed: 0, - Interest: 0, NetAsset: fixedpoint.MustNewFromString("10.0"), }, })