Skip to content

Commit 1f41b5e

Browse files
authored
Merge pull request #1743 from opentensor/fix-compilation-error
fix the error from code merge
2 parents a667cd2 + f443ada commit 1f41b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

precompiles/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ where
9696
Self(Default::default())
9797
}
9898

99-
pub fn used_addresses() -> [H160; 18] {
99+
pub fn used_addresses() -> [H160; 19] {
100100
[
101101
hash(1),
102102
hash(2),

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
209209
// `spec_version`, and `authoring_version` are the same between Wasm and native.
210210
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
211211
// the compatible custom types.
212-
spec_version: 275,
212+
spec_version: 276,
213213
impl_version: 1,
214214
apis: RUNTIME_API_VERSIONS,
215215
transaction_version: 1,

0 commit comments

Comments
 (0)