Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Contracts pallet: Bump Runtime API (#12677) (#12681)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Nov 10, 2022
1 parent 2bafa7d commit 5ea6d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ where

sp_api::decl_runtime_apis! {
/// The API used to dry-run contract interactions.
#[api_version(2)]
pub trait ContractsApi<AccountId, Balance, BlockNumber, Hash> where
AccountId: Codec,
Balance: Codec,
Expand Down

0 comments on commit 5ea6d95

Please sign in to comment.