Merge pull request #3854 from SomberNight/local_txn_spv

some local txns are not getting SPV verified
This commit is contained in:
ThomasV 2018-02-06 05:22:12 +01:00 committed by GitHub
commit fca20e33f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -779,6 +779,7 @@ class Abstract_Wallet(PrintError):
# make tx local
self.unverified_tx.pop(tx_hash, None)
self.verified_tx.pop(tx_hash, None)
self.verifier.merkle_roots.pop(tx_hash, None)
self.history[addr] = hist
for tx_hash, tx_height in hist: