Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Dec 17, 2024
1 parent 18cbab7 commit 1756d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binary_port/src/error_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ impl From<InvalidTransactionV1> for ErrorCode {
}
InvalidTransactionV1::MissingSeed => ErrorCode::InvalidTransactionMissingSeed,
InvalidTransactionV1::PricingModeNotSupported => ErrorCode::PricingModeNotSupported,
_other => ErrorCode::InvalidTransactionUnspecified,
}
}
}
Expand Down

0 comments on commit 1756d69

Please sign in to comment.