Skip to content

Commit

Permalink
Bump storage trie version for manta RT (#966)
Browse files Browse the repository at this point in the history
Signed-off-by: SupremoUGH <francisco@manta.network>
  • Loading branch information
Adam Reif authored and SupremoUGH committed Jan 10, 2023
1 parent 1bdcec4 commit cb1f303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
state_version: 0,
state_version: 1,
};

/// The version information used to identify this runtime when compiled natively.
Expand Down

0 comments on commit cb1f303

Please sign in to comment.