Skip to content

Commit

Permalink
genesis time order
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed May 9, 2018
1 parent 642bc2c commit 4256680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ package object blockchain {

val ZERO64: String = "0000000000000000000000000000000000000000000000000000000000000000"

val genesisTime: String = "2018-04-11T18:52:01Z"
val genesisTimestamp: Long = Instant.parse(genesisTime).getEpochSecond

val genesisTime: String = "2018-04-11T18:52:01Z"
val genesisMiner: String = getResource(GENESIS_MINER_PUBLIC_KEY_RESOURCE)

val SLOGAN: String = "Welcome to Blockchain in Scala!"
Expand Down

0 comments on commit 4256680

Please sign in to comment.