Skip to content

Commit cff4bfa

Browse files
authored
fix formatting in eth_getTransaction
1 parent 0fc7886 commit cff4bfa

File tree

1 file changed

+2
-1
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+2
-1
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,8 @@ params: ["0x85d995eba9763907fdf35cd2034144dd9d53ce32cbec21349d4b12823c6860c5"]
12461246
- `logs`: `Array` - Array of log objects, which this transaction generated.
12471247
- `logsBloom`: `DATA`, 256 Bytes - Bloom filter for light clients to quickly retrieve related logs.
12481248
- `type`: `QUANTITY` - integer of the transaction type, `0x0` for legacy transactions, `0x1` for access list types, `0x2` for dynamic fees.
1249-
It also returns _either_ :
1249+
1250+
It also returns _either_ :
12501251
- `root` : `DATA` 32 bytes of post-transaction stateroot (pre Byzantium)
12511252
- `status`: `QUANTITY` either `1` (success) or `0` (failure)
12521253

0 commit comments

Comments
 (0)