issues
search
cstybert
/
dcr-blockchain
Master Thesis
MIT License
0
stars
0
forks
source link
Fix transaction spam
#27
Closed
cstybert
closed
1 year ago
cstybert
commented
1 year ago
PR contains:
Implementation of HandledTransaction list. When a node receives a transaction, it will check if it has already handled a transaction with this ID; if it has, ignore incoming transaction, if not, handle it as usual.
PR contains: