Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 7eca0e8

Browse files
committed
v17: Update docs indicating tested methods
The `x` indicates that the method is tested, update to mirror current tests.
1 parent 8fa4552 commit 7eca0e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/json/v17/blockchain/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//!
77
//! == Blockchain ==
88
//!
9-
//! - [ ] getbestblockhash
10-
//! - [ ] getblock "blockhash" ( verbosity )
11-
//! - [ ] getblockchaininfo
9+
//! - [x] getbestblockhash
10+
//! - [x] getblock "blockhash" ( verbosity )
11+
//! - [x] getblockchaininfo
1212
//! - [ ] getblockcount
1313
//! - [ ] getblockhash height
1414
//! - [ ] getblockheader "hash" ( verbose )

src/json/v17/wallet/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
//! - [ ] getaddressbyaccount (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
2121
//! - [ ] getaddressesbylabel "label"
2222
//! - [ ] getaddressinfo "address"
23-
//! - [ ] getbalance ( "(dummy)" minconf include_watchonly )
24-
//! - [ ] getnewaddress ( "label" "address_type" )
23+
//! - [x] getbalance ( "(dummy)" minconf include_watchonly )
24+
//! - [x] getnewaddress ( "label" "address_type" )
2525
//! - [ ] getrawchangeaddress ( "address_type" )
2626
//! - [ ] getreceivedbyaccount (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
2727
//! - [ ] getreceivedbyaddress "address" ( minconf )
@@ -52,7 +52,7 @@
5252
//! - [ ] rescanblockchain ("start_height") ("stop_height")
5353
//! - [ ] sendfrom (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
5454
//! - [ ] sendmany "" {"address":amount,...} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode")
55-
//! - [ ] sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode")
55+
//! - [x] sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode")
5656
//! - [ ] setaccount (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
5757
//! - [ ] sethdseed ( "newkeypool" "seed" )
5858
//! - [ ] settxfee amount

0 commit comments

Comments
 (0)