Skip to content

Commit

Permalink
[GUI] Display correct address when transaction has multiple addresses…
Browse files Browse the repository at this point in the history
… (basecoin)
  • Loading branch information
WetOne committed Mar 6, 2021
1 parent 50f1f00 commit 44e0095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ WalletTx MakeWalletTx(CWallet& wallet, const CWalletTx& wtx)
auto txout = wtx.tx->vpout[i];
auto ismine = wallet.IsMine(txout.get());
result.txout_is_mine.emplace_back(ismine);
result.txout_address.emplace_back();
CScript scriptPubKey;
auto fAddressIsMine = ismine;
if (txout->GetScriptPubKey(scriptPubKey)) {
Expand Down

0 comments on commit 44e0095

Please sign in to comment.