Skip to content

Commit 1116b58

Browse files
committed
Fix rpxwallet example
1 parent 7e8645c commit 1116b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rpcwallet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn main() -> Result<(), Box<dyn Error>> {
103103
auth: bitcoind_auth,
104104
network: Network::Regtest,
105105
wallet_name,
106-
skip_blocks: None,
106+
sync_params: None,
107107
};
108108

109109
// Use the above configuration to create a RPC blockchain backend

0 commit comments

Comments
 (0)