Skip to content

Commit

Permalink
chore: our lord and saviour clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m1ef0rd committed Oct 12, 2023
1 parent c52a2c3 commit 2ef31a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/custom-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ where
is_online: account_info.is_online,
is_bidding: account_info.is_bidding,
bound_redeem_address: account_info.bound_redeem_address,
restricted_balances: account_info.restricted_balances.into(),
restricted_balances: account_info.restricted_balances,
})
}

Expand Down

0 comments on commit 2ef31a9

Please sign in to comment.