mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
remove unused error type
This commit is contained in:
parent
93fd485622
commit
fd0e783176
@ -51,9 +51,3 @@ pub enum ExecutionFailureKind {
|
||||
InsufficientFundsError,
|
||||
}
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum TransactionSignatureError {
|
||||
#[error("invalid signature for transaction body")]
|
||||
InvalidSignature,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user