Home
last modified time | relevance | path

Searched refs:oldWtx (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dfeebumper.cpp259 const CWalletTx& oldWtx = it->second; in CommitTransaction() local
262 Result result = PreconditionChecks(wallet, oldWtx, errors); in CommitTransaction()
269 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
270 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
272 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm); in CommitTransaction()
276 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dfeebumper.cpp259 const CWalletTx& oldWtx = it->second;
262 Result result = PreconditionChecks(wallet, oldWtx, errors);
269 mapValue_t mapValue = oldWtx.mapValue;
270 mapValue["replaces_txid"] = oldWtx.GetHash().ToString();
272 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm);
276 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) {
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp235 CWalletTx& oldWtx = it->second; in CommitTransaction() local
238 Result result = PreconditionChecks(*locked_chain, wallet, oldWtx, errors); in CommitTransaction()
245 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
246 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
250 …if (!wallet->CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm, reservekey, g_connman.g… in CommitTransaction()
264 if (!wallet->MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp235 CWalletTx& oldWtx = it->second; in CommitTransaction() local
238 Result result = PreconditionChecks(*locked_chain, wallet, oldWtx, errors); in CommitTransaction()
245 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
246 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
250 …if (!wallet->CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm, reservekey, g_connman.g… in CommitTransaction()
264 if (!wallet->MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp235 CWalletTx& oldWtx = it->second; in CommitTransaction() local
238 Result result = PreconditionChecks(*locked_chain, wallet, oldWtx, errors); in CommitTransaction()
245 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
246 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
250 …if (!wallet->CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm, reservekey, g_connman.g… in CommitTransaction()
264 if (!wallet->MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dfeebumper.cpp261 CWalletTx& oldWtx = it->second; in CommitTransaction() local
264 Result result = PreconditionChecks(wallet, oldWtx, errors); in CommitTransaction()
271 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
272 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
274 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm); in CommitTransaction()
278 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dfeebumper.cpp261 CWalletTx& oldWtx = it->second; in CommitTransaction() local
264 Result result = PreconditionChecks(wallet, oldWtx, errors); in CommitTransaction()
271 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
272 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
274 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm); in CommitTransaction()
278 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dfeebumper.cpp260 CWalletTx& oldWtx = it->second; in CommitTransaction() local
263 Result result = PreconditionChecks(wallet, oldWtx, errors); in CommitTransaction()
270 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
271 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
273 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm); in CommitTransaction()
277 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dfeebumper.cpp261 CWalletTx& oldWtx = it->second; in CommitTransaction() local
264 Result result = PreconditionChecks(wallet, oldWtx, errors); in CommitTransaction()
271 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
272 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
274 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm); in CommitTransaction()
278 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dfeebumper.cpp259 const CWalletTx& oldWtx = it->second; in CommitTransaction() local
262 Result result = PreconditionChecks(wallet, oldWtx, errors); in CommitTransaction()
269 mapValue_t mapValue = oldWtx.mapValue; in CommitTransaction()
270 mapValue["replaces_txid"] = oldWtx.GetHash().ToString(); in CommitTransaction()
272 wallet.CommitTransaction(tx, std::move(mapValue), oldWtx.vOrderForm); in CommitTransaction()
276 if (!wallet.MarkReplaced(oldWtx.GetHash(), bumped_txid)) { in CommitTransaction()