refactor: restructure balance

This commit is contained in:
Matthew
2023-11-15 15:57:02 -06:00
parent e5ded1a726
commit 05ce7dad31
15 changed files with 54 additions and 71 deletions

View File

@@ -50,7 +50,7 @@ class OfflineWalletTest {
assertEquals(
expected = 0uL,
actual = wallet.getBalance().total()
actual = wallet.getBalance().total
)
}
}