Skip to content

Commit 7d455ab

Browse files
committed
Merge #281: Correct method name for lockunspent client doc
0070e3b Correct method name for lockunspent client doc (GideonBature) Pull request description: Correct name of method in documentation for `lockunspent` client function. ACKs for top commit: tcharding: ACK 0070e3b Tree-SHA512: 15edfebdc23ad4ecfd89fbf1bdcacf3128905eca024117f154d5b5db718d7ab915e4b5499b3b7910842a4c7bd8733d3d3c420d48b5b65f1156cbb064dfae563a
2 parents f5dbc1b + 0070e3b commit 7d455ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client_sync/v17/wallet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ macro_rules! impl_client_v17__load_wallet {
499499
};
500500
}
501501

502-
/// Implements Bitcoin Core JSON-RPC API method `loadwallet`.
502+
/// Implements Bitcoin Core JSON-RPC API method `lockunspent`.
503503
#[macro_export]
504504
macro_rules! impl_client_v17__lock_unspent {
505505
() => {

0 commit comments

Comments
 (0)