Browse Source
During startup, when adding pending wallet transactions, which spend outputs of other pending wallet transactions, back to the memory pool, and when they are added out of order, it appears as if they are orphans with missing inputs. Those transactions are then rejected and flagged as "conflicting" (= not in the memory pool, not in the block chain). To prevent this, transactions are explicitly sorted.0.13
dexX7
10 years ago
committed by
dexX7
1 changed files with 14 additions and 5 deletions
Loading…
Reference in new issue