mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-19 03:56:22 +01:00
chore: bump version
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user