Skip to content

Commit

Permalink
Revert "Maintain backwards compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 306e461.
  • Loading branch information
iamyulong committed Oct 30, 2024
1 parent 306e461 commit 52b8e6b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions radix-engine/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,14 @@ pub enum RejectionReason {
valid_to_exclusive: Instant,
current_time: Instant,
},
DeprecatedIntentHashPreviouslyCommitted,
DeprecatedIntentHashPreviouslyCancelled,
IntentHashPreviouslyCommitted(IntentHash),
IntentHashPreviouslyCancelled(IntentHash),

BootloadingError(BootloadingError),

ErrorBeforeLoanAndDeferredCostsRepaid(RuntimeError),
SuccessButFeeLoanNotRepaid,
SubintentsNotYetSupported,

IntentHashPreviouslyCommitted(IntentHash),
IntentHashPreviouslyCancelled(IntentHash),
}

impl From<BootloadingError> for RejectionReason {
Expand Down

0 comments on commit 52b8e6b

Please sign in to comment.