opened 09:52PM - 08 Oct 22 UTC
<!--
Thanks for contributing to the project! We recommend you check out our "Gu…ide to contributing" page if you haven't already: https://github.com/maidsafe/QA/blob/master/CONTRIBUTING.md
Write your comment below this line: -->
```
Error:
0: ContentError: Failed to calculate total balance due to overflow when adding 4525521320.878494766 to 18102085205.372274454
```
Firstly, unsure if this should be reported here or in sn_dbc
Running latest from github `commit 28c7a9f7b2ce43d698288c12e35eb6a7026a4163 (HEAD -> main, origin/main, origin/HEAD)`
I got this error when checking the balance of a wallet named STASH from which I had been making micro payments to other wallets.
First I set up 10,000 keypair/wallet combos which I refer to as "accounts" for now. Then ran a script to reissue low value DBCs and deposit them into the wallets. THat script seemed to be running OK so I changed the amount reissued from 8.something safecoins to 1.something safecoins and ran the script a second time from another terminal.
After some time I queried the balance of $STASH to see ow much I had disbursed in total.
Full error
```
willie@gagarin:~/.safe/accounts$ echo $STASH
safe://hyryynyofen8fwfiwg5ukh9qtthh96dmoo4qd9igyrwtodnc6qm6eoqu3ayb6o
willie@gagarin:~/.safe/accounts$ safe wallet balance $STASH
Error:
0: ContentError: Failed to calculate total balance due to overflow when adding 4525521320.878494766 to 18102085205.372274454
Location:
sn_cli/src/subcommands/wallet.rs:104
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
```
Querying other wallet balances gave expected results and although the disbursement process was cripplingly slow, approx 1Tx every 30 secs, unrelated PUT and GET operations on that same baby-fleming were normal.
https://forum.autonomi.community/t/dbc-data/37532/8?u=southside