Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Aug 19, 2023
1 parent fc3c508 commit 708175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/types/block/semantic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ impl TryFrom<u8> for TransactionFailureReason {
14 => Self::InvalidTransactionIssuingTime,
15 => Self::InvalidManaAmount,
16 => Self::InvalidBlockIssuanceCreditsAmount,
17 => Self::InvalidRewardInput,
18 => Self::InvalidCommitmentInput,
17 => Self::InvalidRewardContextInput,
18 => Self::InvalidCommitmentContextInput,
19 => Self::MissingStakingFeature,
20 => Self::FailedToClaimStakingReward,
21 => Self::FailedToClaimDelegationReward,
Expand Down

0 comments on commit 708175d

Please sign in to comment.