Add DUST constant

This commit is contained in:
Sosthene00 2024-03-15 12:39:17 +01:00
parent ed37accb67
commit 3ebc319a26

View File

@ -1,4 +1,4 @@
use serde::{Deserialize, Serialize};
use bitcoin::Amount;
type SecretKeyString = String;
type PublicKeyString = String;
@ -10,6 +10,8 @@ pub const PSBT_SP_ADDRESS_KEY: &str = "address";
pub const NUMS: &str = "50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0";
pub const DUST: Amount = Amount::from_sat(546);
pub struct LogEntry {
// pub time_millis: i64,
// pub level: i32,