We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67224d commit 3c30045Copy full SHA for 3c30045
example-crates/example_wallet_rpc/src/main.rs
@@ -12,7 +12,7 @@ use serde_json::json;
12
use std::{path::PathBuf, sync::mpsc::sync_channel, thread::spawn, time::Instant};
13
14
const DB_MAGIC: &str = "bdk-rpc-wallet-example";
15
-
+
16
/// Bitcoind RPC example using `bdk_wallet::Wallet`.
17
///
18
/// This syncs the chain block-by-block and prints the current balance, transaction count and UTXO
0 commit comments