Skip to content

Commit

Permalink
Peking-duck network!
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed May 2, 2023
1 parent 31db4fa commit dcec136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bazuka"
version = "0.16.2"
version = "0.17.0"
authors = ["El Geuse <geusebetel@proton.me>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub mod node;
const DEFAULT_PORT: u16 = 8765;
const BAZUKA_NOT_INITILIZED: &str = "Bazuka is not initialized";

const CURRENT_NETWORK: &str = "koobideh-kebab";
const CURRENT_NETWORK: &str = "peking-duck";

#[cfg(feature = "client")]
#[derive(Serialize, Deserialize, Clone, Debug)]
Expand Down
2 changes: 1 addition & 1 deletion src/cli/wallet/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pub async fn info(conf: BazukaConfig, mut wallet: WalletCollection, validator: b
pub_key: tx_builder.get_zk_address(),
}
);
println!("Waiting to be activated... (Send some funds to it!)")
println!("No tokens in your wallet yet!")
} else {
let acc_pk = bazuka::crypto::jubjub::PublicKey(resp.address.compress());
if acc_pk != tx_builder.get_zk_address() {
Expand Down

0 comments on commit dcec136

Please sign in to comment.