diff --git a/sockets.go b/sockets.go index b11a104..e6d57af 100644 --- a/sockets.go +++ b/sockets.go @@ -389,10 +389,6 @@ func NtfnBlockConnected(r interface{}) { for _, txid := range minedTxs { delete(UnminedTxs.m, txid) } - - // Resend any remaining transactions still left in pool. These are - // transactions that have not yet been mined into a block. - resendUnminedTxs() UnminedTxs.Unlock() }