Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Nov 18, 2024
1 parent e92fb42 commit 2ce7bd7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions types/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -954,14 +954,6 @@ impl TransactionStatus {
}
}

pub fn is_keep(&self) -> bool {
match self {
TransactionStatus::Discard(_) => false,
TransactionStatus::Keep(_) => true,
TransactionStatus::Retry => false,
}
}

pub fn is_discarded(&self) -> bool {
match self {
TransactionStatus::Discard(_) => true,
Expand Down

0 comments on commit 2ce7bd7

Please sign in to comment.