From 21c2afbfc62f2d33385ca9aad118b1f93757fa7e Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Thu, 4 Jan 2024 12:38:55 +0800 Subject: [PATCH] Execute `make gen-rpc-doc` --- rpc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpc/README.md b/rpc/README.md index 330b38ee98..6086ce7140 100644 --- a/rpc/README.md +++ b/rpc/README.md @@ -889,6 +889,7 @@ Response "min_replace_fee": "0x16923f7f6a", "tx_status": { "block_hash": null, + "block_number": null, "status": "pending", "reason": null } @@ -909,6 +910,7 @@ The response looks like below when `verbosity` is 0. "cycles": "0x219", "tx_status": { "block_hash": null, + "block_number": null, "status": "pending", "reason": null }