Skip to content

Commit 7e150a8

Browse files
authored
String change
1 parent 1359e5e commit 7e150a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/wallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,7 +3563,7 @@ bool CWallet::CreateTransaction(const std::vector<CRecipient>& vecSend, CWalletT
35633563
//over pay for denominated transactions
35643564
if (nCoinType == ONLY_DENOMINATED) {
35653565
nFeeRet += nChange;
3566-
wtxNew.mapValue["SS"] = "1";
3566+
wtxNew.mapValue["PS"] = "1";
35673567
// recheck skipped denominations during next mixing
35683568
privateSendClient.ClearSkippedDenominations();
35693569
} else {
@@ -5328,4 +5328,4 @@ int CMerkleTx::GetBlocksToMaturity() const
53285328
bool CMerkleTx::AcceptToMemoryPool(const CAmount& nAbsurdFee, CValidationState& state)
53295329
{
53305330
return ::AcceptToMemoryPool(mempool, state, tx, true, NULL, NULL, false, nAbsurdFee);
5331-
}
5331+
}

0 commit comments

Comments
 (0)