Skip to content

Commit

Permalink
Fix key in genesis (solana-labs#7585)
Browse files Browse the repository at this point in the history
  • Loading branch information
garious authored and mvines committed Dec 23, 2019
1 parent 419da18 commit 10e6b8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genesis/src/genesis_accounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ pub const BATCH_FOUR_STAKER_INFOS: &[StakerInfo] = &[
},
StakerInfo {
name: "unbecoming silver",
// TODO: staker: "42yapY7Vrs5jqht9TCKsPoyb4vDFYcPfRkqAP85NSAQ", WrongSize
staker: "GS7RFm4nrxzYGcPTmu1otzHzZbURWDKuxo2L4AQDvTg2",
staker: "42yapY7Vrs5jqht9TCKZsPoyb4vDFYcPfRkqAP85NSAQ",
sol: 28_800.0,
},
StakerInfo {
Expand Down

0 comments on commit 10e6b8f

Please sign in to comment.