Skip to content

Commit

Permalink
Fix status for v18 types
Browse files Browse the repository at this point in the history
The new changes to `verify` uncovered a few instances of functions that
were untested but claimed to be tested. Set the to `done (untested)`.
  • Loading branch information
tcharding committed Dec 18, 2024
1 parent 868d75d commit 040c57b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions types/src/v18/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//! | getblockcount | done |
//! | getblockhash | done |
//! | getblockheader | done |
//! | getblockstats | done |
//! | getblockstats | done (untested) |
//! | getchaintips | done |
//! | getchaintxstats | done |
//! | getdifficulty | done |
Expand Down Expand Up @@ -68,7 +68,7 @@
//!
//! | JSON-PRC Method Name | Status |
//! |:-----------------------------------|:---------------:|
//! | generate | done |
//! | generate | done (untested) |
//! | generatetoaddress | done |
//!
//! </details>
Expand Down Expand Up @@ -126,7 +126,7 @@
//! | fundrawtransaction | todo |
//! | getrawtransaction | todo |
//! | joinpsbts | todo |
//! | sendrawtransaction | done |
//! | sendrawtransaction | done (untested) |
//! | signrawtransactionwithkey | todo |
//! | testmempoolaccept | todo |
//! | utxoupdatepsbt | todo |
Expand Down Expand Up @@ -155,15 +155,15 @@
//! |:-----------------------------------|:---------------:|
//! | abandontransaction | omitted |
//! | abortrescan | omitted |
//! | addmultisigaddress | done |
//! | addmultisigaddress | done (untested) |
//! | backupwallet | omitted |
//! | bumpfee | done |
//! | createwallet | done |
//! | dumpprivkey | done |
//! | dumpwallet | done |
//! | encryptwallet | omitted |
//! | getaddressesbylabel | done |
//! | getaddressinfo | done |
//! | getaddressinfo | done (untested) |
//! | getbalance | done |
//! | getnewaddress | done |
//! | getrawchangeaddress | done |
Expand Down

0 comments on commit 040c57b

Please sign in to comment.