Skip to content

Commit

Permalink
chore(examples)!: update all examples to have example_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Sep 13, 2024
1 parent 45f7508 commit 0136750
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ members = [
"example-crates/example_electrum",
"example-crates/example_esplora",
"example-crates/example_bitcoind_rpc_polling",
"example-crates/wallet_electrum",
"example-crates/wallet_esplora_blocking",
"example-crates/wallet_esplora_async",
"example-crates/wallet_rpc",
"example-crates/example_wallet_electrum",
"example-crates/example_wallet_esplora_blocking",
"example-crates/example_wallet_esplora_async",
"example-crates/example_wallet_rpc",
]

[workspace.package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wallet_electrum_example"
name = "example_wallet_electrum"
version = "0.2.0"
edition = "2021"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wallet_esplora_async"
name = "example_wallet_esplora_async"
version = "0.2.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wallet_esplora_blocking"
name = "example_wallet_esplora_blocking"
version = "0.2.0"
edition = "2021"
publish = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wallet_rpc"
name = "example_wallet_rpc"
version = "0.1.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Wallet RPC Example

```
$ cargo run --bin wallet_rpc -- --help
$ cargo run --bin example_wallet_rpc -- --help
wallet_rpc 0.1.0
example_wallet_rpc 0.1.0
Bitcoind RPC example using `bdk_wallet::Wallet`
USAGE:
wallet_rpc [OPTIONS] <DESCRIPTOR> [CHANGE_DESCRIPTOR]
example_wallet_rpc [OPTIONS] <DESCRIPTOR> [CHANGE_DESCRIPTOR]
ARGS:
<DESCRIPTOR> Wallet descriptor [env: DESCRIPTOR=]
Expand Down
File renamed without changes.

0 comments on commit 0136750

Please sign in to comment.