Update eth/6? messages Get/PooledTransactions (#1415)

why:
  There non-existent txs must be skipped.
This commit is contained in:
Jordan Hrycaj 2023-01-13 19:55:16 +00:00 committed by GitHub
parent b1b1bb734c
commit 8da4002df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ method getPooledTxs*(ctx: EthWireRef, hashes: openArray[Hash256]): seq[Transacti
if res.isOk:
result.add res.value.tx
else:
result.add Transaction()
trace "handlers.getPooledTxs: tx not found", txHash
method getBlockBodies*(ctx: EthWireRef, hashes: openArray[Hash256]): seq[BlockBody] {.gcsafe.} =