mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 21:26:13 +01:00
fix: insufficient funds bug in proof_selection example
This commit is contained in:
@@ -51,7 +51,7 @@ async fn main() {
|
||||
let proofs = wallet.get_proofs().await.unwrap();
|
||||
|
||||
let selected = wallet
|
||||
.select_proofs_to_send(Amount::from(65), proofs, false)
|
||||
.select_proofs_to_send(Amount::from(64), proofs, false)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user