Merge pull request #8372 from mohamedawnallah/deep-copy-transactions-GetBlock

routing: deep copy any transaction we obtain from `GetBlock` call.
This commit is contained in:
Yong
2024-01-15 20:13:00 +08:00
committed by GitHub
11 changed files with 20 additions and 16 deletions

View File

@@ -165,7 +165,7 @@ func (l *Lookout) processEpoch(epoch *chainntnfs.BlockEpoch,
hint := blob.NewBreachHintFromHash(&hash)
txHints = append(txHints, hint)
hintToTx[hint] = tx
hintToTx[hint] = tx.Copy()
}
// Query the database to see if any of the breach hints cause a match