Skip to content

Commit

Permalink
feat-2.0 mergeback
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLimonov committed Nov 19, 2024
1 parent 9f5b2cf commit b40eb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/components/contract_runtime/rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl RewardsInfo {
let seigniorage_rate_request =
RoundSeigniorageRateRequest::new(state_root_hash, protocol_version);
let seigniorage_rate =
match data_access_layer.round_seigniorage_rate(seignorate_rate_request) {
match data_access_layer.round_seigniorage_rate(seigniorage_rate_request) {
RoundSeigniorageRateResult::RootNotFound
| RoundSeigniorageRateResult::MintNotFound
| RoundSeigniorageRateResult::ValueNotFound(_)
Expand Down

0 comments on commit b40eb1d

Please sign in to comment.