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

Commit d28afac

Browse files
committed
v22: Update docs indicating tested methods
1 parent bc16251 commit d28afac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/json/v22/blockchain/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! == Blockchain ==
88
//!
99
//! - [x] getbestblockhash
10-
//! - [ ] getblock "blockhash" ( verbosity )
10+
//! - [x] getblock "blockhash" ( verbosity )
1111
//! - [x] getblockchaininfo
1212
//! - [ ] getblockcount
1313
//! - [ ] getblockfilter "blockhash" ( "filtertype" )

src/json/v22/wallet/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! - [ ] getaddressesbylabel "label"
1919
//! - [ ] getaddressinfo "address"
2020
//! - [x] getbalance ( "dummy" minconf include_watchonly avoid_reuse )
21-
//! - [ ] getbalances
21+
//! - [x] getbalances
2222
//! - [x] getnewaddress ( "label" "address_type" )
2323
//! - [ ] getrawchangeaddress ( "address_type" )
2424
//! - [ ] getreceivedbyaddress "address" ( minconf )
@@ -52,7 +52,7 @@
5252
//! - [ ] rescanblockchain ( start_height stop_height )
5353
//! - [ ] send [{"address":amount,...},{"data":"hex"},...] ( conf_target "estimate_mode" fee_rate options )
5454
//! - [ ] sendmany "" {"address":amount,...} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode" fee_rate verbose )
55-
//! - [ ] sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode" avoid_reuse fee_rate verbose )
55+
//! - [x] sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount replaceable conf_target "estimate_mode" avoid_reuse fee_rate verbose )
5656
//! - [ ] sethdseed ( newkeypool "seed" )
5757
//! - [ ] setlabel "address" "label"
5858
//! - [ ] settxfee amount

0 commit comments

Comments
 (0)