Skip to content

Commit bc13270

Browse files
author
akorchyn
committed
Merge remote-tracking branch 'origin/main' into proof-of-stake
2 parents 4f189e6 + c3de636 commit bc13270

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

node/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use crate::{
3131

3232
impl SubstrateCli for Cli {
3333
fn impl_name() -> String {
34-
"Frontier Node".into()
34+
"Golden Gate node".into()
3535
}
3636

3737
fn impl_version() -> String {

runtime/poa/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ pub const fn deposit(items: u32, bytes: u32) -> Balance {
179179
}
180180

181181
pub const VERSION: RuntimeVersion = RuntimeVersion {
182-
spec_name: create_runtime_str!("node-frontier-template"),
183-
impl_name: create_runtime_str!("node-frontier-template"),
182+
spec_name: create_runtime_str!("golden-gate-node"),
183+
impl_name: create_runtime_str!("golden-gate-node"),
184184
authoring_version: 1,
185185
spec_version: 4,
186186
impl_version: 1,

runtime/pos/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ pub const fn deposit(items: u32, bytes: u32) -> Balance {
181181
}
182182

183183
pub const VERSION: RuntimeVersion = RuntimeVersion {
184-
spec_name: create_runtime_str!("node-frontier-template"),
185-
impl_name: create_runtime_str!("node-frontier-template"),
184+
spec_name: create_runtime_str!("golden-gate-node"),
185+
impl_name: create_runtime_str!("golden-gate-node"),
186186
authoring_version: 1,
187187
spec_version: 4,
188188
impl_version: 1,

0 commit comments

Comments
 (0)