cennznet / plug-blockchain

PL^G: a framework for building customised blockchains
GNU General Public License v3.0
11 stars 3 forks source link

Update node version info to plug #55

Open jordy25519 opened 5 years ago

jordy25519 commented 5 years ago

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

https://github.com/cennznet/plug-blockchain/blob/2adb8389b9b6894c4c713e8bf52d52f80befc163/node/src/main.rs#L47-L54

https://github.com/cennznet/plug-blockchain/blob/2adb8389b9b6894c4c713e8bf52d52f80befc163/node-template/src/main.rs#L15

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 <admin@plug.team>", 
    description: "Generic plug node", 
    support_url: "https://github.com/plugblockchain/plug-blockchain/issues/new",