Skip to content

Commit 522c0b6

Browse files
committed
1 parent 32da8dd commit 522c0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hathor/p2p/sync_v2/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ def get_tx_mempool(self, tx_id: bytes) -> Generator[Deferred, Any, BaseTransacti
10191019
assert tx is not None
10201020
if tx.hash != tx_id:
10211021
self.protocol.send_error_and_close_connection(f'DATA mempool {tx_id.hex()} hash mismatch')
1022-
raise
1022+
return
10231023
return tx
10241024

10251025
def get_data(self, tx_id: bytes, origin: _GetDataOrigin) -> Deferred[BaseTransaction]:

0 commit comments

Comments
 (0)