Fixes:
wallet-api invalid json requests
rename of the wordcash
tocsats
for the naming convention of sats of coins
UI styling updated
Known limitations:
Inconsistent transaction statuses when running two or more wallets that use the same wallet.db file
If multiple wallets are restored from the same seed phrase, transaction history and addresses will not be shared among the wallets
Points to mention:
In case a mobile wallet is connected to a random node and the user has both mobile and desktop wallets which are using the same seed phrase, the funds sent to the desktop wallet won’t appear on the mobile wallet. If the desktop wallet is running a local node, it will see funds sent to both wallets. The reason is that the local node (integrated into the desktop wallet) always monitors the blockchain for UTXOs related to the seed of the wallet. The mobile wallet does not run a local node and thus can only monitor transactions sent to its specific SBBS addresses. Of course, no funds will be lost in any event.