UI fix for calculating amounts correctly
This commit is contained in:
parent
6b88691d7c
commit
d3de60d46f
@ -49,7 +49,7 @@ WalletTxOut MakeWalletTxOut(CWallet& wallet,
|
||||
|
||||
if (output.IsMWEB()) {
|
||||
mw::Coin coin;
|
||||
if (wallet.GetCoin(output.ToMWEB(), coin) && coin.IsMine()) {
|
||||
if (wallet.GetCoin(output.ToMWEB(), coin)) {
|
||||
StealthAddress addr;
|
||||
if (wallet.GetMWWallet()->GetStealthAddress(coin, addr)) {
|
||||
result.address = addr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user