Browse Source

Port upstream rpc deadlock fix #77

relaytx
Duke Leto 3 years ago
parent
commit
e04465983c
  1. 1
      src/wallet/wallet.h

1
src/wallet/wallet.h

@ -827,6 +827,7 @@ protected:
return;
}
try {
LOCK(cs_wallet);
for (std::pair<const uint256, CWalletTx>& wtxItem : mapWallet) {
auto wtx = wtxItem.second;
// We skip transactions for which mapSaplingNoteData

Loading…
Cancel
Save