chore: bump version

This commit is contained in:
thesimplekid
2023-07-09 11:06:05 -04:00
parent f18d53caff
commit b287c87df0
7 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ use bitcoin::hashes::Hash;
use rand::prelude::*;
use regex::Regex;
use crate::amount::Amount;
use crate::Amount;
/// Split amount into cashu denominations (powers of 2)
pub fn split_amount(amount: Amount) -> Vec<Amount> {