Skip to content

Commit

Permalink
simplified coin selection
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Jan 22, 2025
1 parent 6fe81b5 commit ef3d0e9
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 386 deletions.
Binary file modified src/core/libs/lucid_core/pkg/lucid_core_bg.wasm
Binary file not shown.
4 changes: 4 additions & 0 deletions src/core/libs/lucid_core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ pub enum CoreError {
NotEnoughLovelaceForOutput,
#[error("Not enough lovelace leftover to cover fee")]
NotEnoughLovelaceForFee,
#[error("Could not build transaction")]
TxBuildFail,
#[error("Exhausted inputs: {0}")]
ExhaustedInputs(String),
}

impl CoreError {
Expand Down
Loading

0 comments on commit ef3d0e9

Please sign in to comment.