Skip to content

Commit

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

BootloadingError(BootloadingError),

ErrorBeforeLoanAndDeferredCostsRepaid(RuntimeError),
SuccessButFeeLoanNotRepaid,
SubintentsNotYetSupported,

IntentHashPreviouslyCommitted(IntentHash),
IntentHashPreviouslyCancelled(IntentHash),
}

impl From<BootloadingError> for RejectionReason {
Expand Down

0 comments on commit 306e461

Please sign in to comment.