Skip to content

Commit c85e19e

Browse files
committed
docs(rpc): fix table formatting for listtransactions
1 parent e56fa43 commit c85e19e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/core/api/remote-procedure-calls-wallet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,8 +2169,7 @@ _Result---payment details_
21692169
| → →<br>`generated` | bool | Optional<br>(0 or 1) | Set to `true` if the transaction is a coinbase. Not returned for regular transactions or _move_ category payments |
21702170
| → →<br>`trusted` | bool | Optional<br>(0 or 1) | Indicates whether we consider the outputs of this unconfirmed transaction safe to spend. Only returned for unconfirmed transactions |
21712171
| → →<br>`blockhash` | string (hex) | Optional<br>(0 or 1) | The hash of the block on the local best block chain which includes this transaction, encoded as hex in RPC byte order. Only returned for confirmed transactions |
2172-
| → →<br>`blockheight` | string (hex) | Optional<br>(0 or 1) | The block height containing the transaction.
2173-
|
2172+
| → →<br>`blockheight` | string (hex) | Optional<br>(0 or 1) | The block height containing the transaction. |
21742173
| → →<br>`blockindex` | number (int) | Optional<br>(0 or 1) | The index of the transaction in the block that includes it. Only returned for confirmed transactions |
21752174
| → →<br>`blocktime` | number (int) | Optional<br>(0 or 1) | The block header time (Unix epoch time) of the block on the local best block chain which includes this transaction. Only returned for confirmed transactions |
21762175
| → →<br>`txid` | string (hex) | Optional<br>(0 or 1) | The TXID of the transaction, encoded as hex in RPC byte order. Not returned for _move_ category payments |

0 commit comments

Comments
 (0)