Closed jmastr closed 1 year ago
The block header expects the field num_txs, which our RPC endpoint does not send. We can use the actual transactions:
num_txs
"data": { "txs": [ "ey...", "ey..." ] },
and count the entries.
The block header expects the field
num_txs
, which our RPC endpoint does not send. We can use the actual transactions:and count the entries.