Skip to content

Commit

Permalink
add benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 23, 2023
1 parent 567ee2d commit 55be3ec
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 3 deletions.
2 changes: 1 addition & 1 deletion types/chain_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/bcicen/jstream"
)

const ChainIDFieldName = "chain-id"
const ChainIDFieldName = "chain_id"

// ParseChainIDFromGenesis parses the chain-id from the genesis file using constant memory.
func ParseChainIDFromGenesis(reader io.Reader) (string, error) {
Expand Down
Loading

0 comments on commit 55be3ec

Please sign in to comment.