-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(examples)!: update all examples to have
example_
prefix
- Loading branch information
1 parent
9b7b195
commit 519728c
Showing
10 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
example-crates/wallet_electrum/Cargo.toml → ...crates/example_wallet_electrum/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...le-crates/wallet_esplora_async/Cargo.toml → ...s/example_wallet_esplora_async/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...crates/wallet_esplora_blocking/Cargo.toml → ...xample_wallet_esplora_blocking/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
example-crates/wallet_rpc/Cargo.toml → example-crates/example_wallet_rpc/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
example-crates/wallet_rpc/README.md → example-crates/example_wallet_rpc/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.