mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-08 14:45:47 +01:00
fix: use unbalanced error
This commit is contained in:
@@ -734,7 +734,7 @@ impl Mint {
|
||||
output_total,
|
||||
fee
|
||||
);
|
||||
return Err(Error::InsufficientInputs(
|
||||
return Err(Error::TransactionUnbalanced(
|
||||
proofs_total.into(),
|
||||
output_total.into(),
|
||||
fee.into(),
|
||||
|
||||
Reference in New Issue
Block a user