Update eth/6? messages Get/PooledTransactions (#1415)
why: There non-existent txs must be skipped.
This commit is contained in:
parent
b1b1bb734c
commit
8da4002df3
|
@ -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.} =
|
||||
|
|
Loading…
Reference in New Issue