From 79c08c625dfae77e1c8586f8fe2420cfc49d8d57 Mon Sep 17 00:00:00 2001 From: jasl Date: Thu, 10 Nov 2022 22:13:05 +0800 Subject: [PATCH] Contracts pallet: Bump Runtime API --- frame/contracts/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/frame/contracts/src/lib.rs b/frame/contracts/src/lib.rs index b2eb0439d6ced..52fb0190ba3a9 100644 --- a/frame/contracts/src/lib.rs +++ b/frame/contracts/src/lib.rs @@ -1199,6 +1199,7 @@ where sp_api::decl_runtime_apis! { /// The API used to dry-run contract interactions. + #[api_version(2)] pub trait ContractsApi where AccountId: Codec, Balance: Codec,