diff options
Diffstat (limited to 'dex')
-rw-r--r-- | dex/handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dex/handler.go b/dex/handler.go index 8ab206d33..6b2e3271b 100644 --- a/dex/handler.go +++ b/dex/handler.go @@ -729,6 +729,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error { } p.MarkTransaction(tx.Hash()) } + types.Transactions(txs).TouchSenders(types.MakeSigner(pm.blockchain.Config(), new(big.Int))) pm.txpool.AddRemotes(txs) case msg.Code == MetaMsg: |