some small fixes for the versioning
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
13a76f25a6
commit
bbd96b4ea1
@ -1,6 +1,8 @@
|
||||
[package]
|
||||
name = "ghost-eye"
|
||||
version = "0.2.5"
|
||||
authors = ["str3tch <stretch@ghostchain.io>"]
|
||||
description = "Application for interacting with Casper/Ghost nodes that are exposing RPC only to the localhost"
|
||||
version = "0.2.6"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
@ -39,6 +39,7 @@ struct AccountInfo {
|
||||
address: String,
|
||||
account_id: [u8; 32],
|
||||
seed: String,
|
||||
#[allow(dead_code)]
|
||||
pair_signer: PairSigner<CasperConfig, Pair>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user