Skip to content

Commit

Permalink
Config: Add fields
Browse files Browse the repository at this point in the history
Add SteemitBlockchainHardforkVersion
Add SteemitBlockchainVersion
  • Loading branch information
tchap committed Jul 2, 2016
1 parent e85e5ec commit d5b93c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import (
)

type Config struct {
SteemitBlockInterval uint `json:"STEEMIT_BLOCK_INTERVAL"`
SteemitBlockchainHardforkVersion string `json:"STEEMIT_BLOCKCHAIN_HARDFORK_VERSION"`
SteemitBlockchainVersion string `json:"STEEMIT_BLOCKCHAIN_VERSION"`
SteemitBlockInterval uint `json:"STEEMIT_BLOCK_INTERVAL"`
}

type DynamicGlobalProperties struct {
Expand Down

0 comments on commit d5b93c6

Please sign in to comment.