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

Commit a5c34fd

Browse files
committed
v17: Test loadwallet
1 parent 6552095 commit a5c34fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/json/v17/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//! - [ ] listtransactions (label count skip include_watchonly)
4646
//! - [ ] listunspent ( minconf maxconf ["addresses",...] [include_unsafe] [query_options])
4747
//! - [ ] listwallets
48-
//! - [ ] loadwallet "filename"
48+
//! - [x] loadwallet "filename"
4949
//! - [ ] lockunspent unlock ([{"txid":"txid","vout":n},...])
5050
//! - [ ] move (Deprecated, will be removed in V0.18. To use this command, start bitcoind with -deprecatedrpc=accounts)
5151
//! - [ ] removeprunedfunds "txid"

tests/v17_api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mod wallet {
4242
use super::*;
4343

4444
crate::impl_test_v17__createwallet!();
45+
crate::impl_test_v17__loadwallet!();
4546
// crate::impl_test_v17__unloadwallet!();
4647

4748
crate::impl_test_v17__getnewaddress!();

0 commit comments

Comments
 (0)