Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mast/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ pub enum MastError {
InvalidRedeemLength,
// Invalid redeem script threshold
InvalidThreshold,
// Invalid self-host info
InvalidSelfHostInfo,
// Invalid opcode
InvalidOpcode,
}

impl From<io::Error> for MastError {
Expand Down
Loading