Fees #227

Merged
thesimplekid merged 1 commit from fees into main 2024-07-11 11:54:21 +00:00
thesimplekid commented 2024-07-08 23:43:14 +00:00 (Migrated from github.com)
https://github.com/cashubtc/nuts/pull/126 - [x] wallet - [x] mint closes #118 closes #148
thesimplekid (Migrated from github.com) reviewed 2024-07-10 23:05:37 +00:00
@ -206,6 +211,8 @@ async fn main() -> anyhow::Result<()> {
thesimplekid (Migrated from github.com) commented 2024-07-10 23:05:37 +00:00

get from config

get from config
thesimplekid (Migrated from github.com) reviewed 2024-07-10 23:07:58 +00:00
@ -234,4 +261,31 @@ mod tests {
split
thesimplekid (Migrated from github.com) commented 2024-07-10 23:07:57 +00:00

Add tests for split values

Add tests for split values
thesimplekid (Migrated from github.com) reviewed 2024-07-10 23:13:42 +00:00
@ -146,12 +156,21 @@ pub async fn send(
let wallet = mints_amounts[mint_number].0.clone();
let send_kind = match (sub_command_args.offline, sub_command_args.tolerance) {
thesimplekid (Migrated from github.com) commented 2024-07-10 23:08:59 +00:00

allow this to be an arg

allow this to be an arg
thesimplekid (Migrated from github.com) commented 2024-07-10 23:12:39 +00:00

remove the debug logging

remove the debug logging
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cashubtc/cdk!227
No description provided.