update version
This commit is contained in:
parent
dd075508b7
commit
83749afddd
@ -36,7 +36,7 @@ use std::time::Instant;
|
|||||||
|
|
||||||
|
|
||||||
const LOCKTIME_THRESHOLD:i64 = 5000000;
|
const LOCKTIME_THRESHOLD:i64 = 5000000;
|
||||||
const VERSION:&str = "0.0.1";
|
const VERSION:&str = "0.0.2";
|
||||||
#[derive(Debug, Clone,Serialize, Deserialize)]
|
#[derive(Debug, Clone,Serialize, Deserialize)]
|
||||||
struct MyConfig {
|
struct MyConfig {
|
||||||
zmq_listener: String,
|
zmq_listener: String,
|
||||||
|
|||||||
@ -34,7 +34,7 @@ use crate::db::{ create_database, get_next_address_index, insert_xpub, save_new_
|
|||||||
#[path = "../xpub.rs"]
|
#[path = "../xpub.rs"]
|
||||||
mod xpub;
|
mod xpub;
|
||||||
use crate::xpub::new_address_from_xpub;
|
use crate::xpub::new_address_from_xpub;
|
||||||
const VERSION:&str="0.2.1";
|
const VERSION:&str="0.2.2";
|
||||||
const NETWORKS : [&str; 4]= ["bitcoin","testnet","signet","regtest"];
|
const NETWORKS : [&str; 4]= ["bitcoin","testnet","signet","regtest"];
|
||||||
#[derive(Debug, Clone,Serialize, Deserialize)]
|
#[derive(Debug, Clone,Serialize, Deserialize)]
|
||||||
struct NetConfig {
|
struct NetConfig {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user