Skip to content

Commit 0070e3b

Browse files
committed
Correct method name for lockunspent client doc
1 parent 0a69f5e commit 0070e3b

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)