Update transactions already in the wallet when rescanning.#255
Merged
jgarzik merged 1 commit intobitcoin:masterfrom Jun 5, 2011
Merged
Update transactions already in the wallet when rescanning.#255jgarzik merged 1 commit intobitcoin:masterfrom
jgarzik merged 1 commit intobitcoin:masterfrom
Conversation
When rescanning, if the scanned transaction is already in the wallet, it is skipped. However, if someone sends a transaction, does not wait for confirmation, switches wallets, waits for a block that contains his original transaction, and switches wallets again, a rescan will leave his wallet transaction (which has no merkle branch, so no confirmations) untouched.
jgarzik
pushed a commit
that referenced
this pull request
Jun 5, 2011
Update transactions already in the wallet when rescanning.
dexX7
pushed a commit
to dexX7/bitcoin
that referenced
this pull request
Dec 21, 2014
Revert "Move bignum.h to test/"
ptschip
pushed a commit
to ptschip/bitcoin
that referenced
this pull request
Feb 1, 2017
Port Core PR 7907 (Optimize and Cleanup CScript::FindAndDelete)
deadalnix
pushed a commit
to deadalnix/bitcoin
that referenced
this pull request
May 10, 2017
Allow "-" argument to bitcoin-tx
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
Fixes for failing python qa tests
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When rescanning, if the scanned transaction is already in the wallet, it
is skipped. However, if someone sends a transaction, does not wait for
confirmation, switches wallets, waits for a block that contains his original
transaction, and switches wallets again, a rescan will leave his wallet
transaction (which has no merkle branch, so no confirmations) untouched.