Skip to content

Commit 5f97149

Browse files
authored
Merge pull request #28 from ghost-coin/bleach86-patch-1
revert walletnotify fix
2 parents 1cb349c + 58c9288 commit 5f97149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wallet/hdwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11271,7 +11271,7 @@ bool CHDWallet::AddToRecord(CTransactionRecord &rtxIn, const CTransaction &tx, C
1127111271

1127211272
if (!strCmd.empty()) {
1127311273
boost::replace_all(strCmd, "%s", txhash.GetHex());
11274-
boost::replace_all(strCmd, "%w", ShellEscape(GetName()));
11274+
//boost::replace_all(strCmd, "%w", ShellEscape(GetName()));
1127511275
std::thread t(runCommand, strCmd);
1127611276
t.detach(); // thread runs free
1127711277
}

0 commit comments

Comments
 (0)