Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Update node version info to plug #55

Open
jordy25519 opened this issue Oct 16, 2019 · 0 comments
Open

Update node version info to plug #55

jordy25519 opened this issue Oct 16, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jordy25519
Copy link
Contributor

jordy25519 commented Oct 16, 2019

Node version info strings needs to be updated to "plug"

let version = VersionInfo {
name: "Substrate Node",
commit: env!("VERGEN_SHA_SHORT"),
version: env!("CARGO_PKG_VERSION"),
executable_name: "substrate",
author: "Parity Technologies <[email protected]>",
description: "Generic substrate node",
support_url: "https://github.com/paritytech/substrate/issues/new",

name: "Substrate Node",

It should read:

 let version = VersionInfo { 
 	name: "Plug Node", 
 	commit: env!("VERGEN_SHA_SHORT"), 
 	version: env!("CARGO_PKG_VERSION"), 
 	executable_name: "plug", 
 	author: "Plug Developers <[email protected]>", 
 	description: "Generic plug node", 
 	support_url: "https://github.com/plugblockchain/plug-blockchain/issues/new", 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant