mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Increase priority of ImOnline heartbeats (#3972)
* Make sure im-online reports are high priority. * Bump runtime.
This commit is contained in:
committed by
Robert Habermeier
parent
e3893d5e39
commit
a73334f769
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
// implementation changes and behavior does not, then leave spec_version as
|
||||
// is and increment impl_version.
|
||||
spec_version: 190,
|
||||
impl_version: 190,
|
||||
impl_version: 191,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user