BlackcoinDev
BlackcoinDev
I can confirm with 0.8.0 latest RC same issue occurs with Appimage on Ubuntu 22.04 and Fedora 39 and Fedora 40. Running Appimage (Debug) from https://github.com/KomodoPlatform/komodo-wallet-desktop/actions/runs/10580881553
> > I am trying to compile the android version, but I keep getting the following error > > _Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.google.android.gms:play-services-tapandpay:18.2.0._ > > I am...
still seen in 26.2-beta-1
needs some more investigation. Probably not soon
I have a feeling this solved the issue: https://github.com/CoinBlack/blackcoin-more/pull/26 But we need to keep an eye ont this issue
I understand, but `getbalance` doesn´t show the immutire staked coins. At this moment there is no rpc call that shows the real total amount, like it is shown in the...
I actually did find another RPC call. Besides `getbalance` there is also `getbalances` ``` { "mine": { "trusted": 180352.12002872, "untrusted_pending": 0.00000000, "immature": 0.00000000, "stake": 82.95000000 }, "watchonly": { "trusted": 44044.48000000,...