Skip to content

Commit

Permalink
fix rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed Jun 21, 2022
1 parent 744bf2e commit 2e59a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frame/contracts/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ impl<Client, Block, AccountId, Balance, Hash>
<<Block as BlockT>::Header as HeaderT>::Number,
AccountId,
Balance,
Hash,
Hash,
VarSizedKey,
> for Contracts<Client, Block>
where
Block: BlockT,
Expand All @@ -207,6 +208,7 @@ where
AccountId: Codec,
Balance: Codec + Copy + TryFrom<NumberOrHex> + Into<NumberOrHex>,
Hash: Codec,
VarSizedKey: Codec,
{
fn call(
&self,
Expand Down

0 comments on commit 2e59a8e

Please sign in to comment.