release: bal-server-0.2.1

This commit is contained in:
bitcoinafterlife 2025-07-16 03:58:42 -04:00
parent 66f34cb29f
commit 134504e870
Signed by: bitcoinafterlife
GPG Key ID: FE756706E833E0D1

View File

@ -33,7 +33,7 @@ use crate::db::{ create_database, get_next_address_index, insert_xpub, save_new_
#[path = "../xpub.rs"]
mod xpub;
use crate::xpub::new_address_from_xpub;
const VERSION:&str="0.2.0";
const VERSION:&str="0.2.1";
const NETWORKS : [&str; 4]= ["bitcoin","testnet","signet","regtest"];
#[derive(Debug, Clone,Serialize, Deserialize)]
struct NetConfig {