Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rian committed Jul 17, 2024
1 parent cb3bf13 commit 42218bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ sequencer-with-accounts:
--seq-enable \
--seq-block-time=1 \
--network sequencer \
--genesis-file "./genesis/genesis_prefund_accounts.json" \
--seq-genesis-file "./genesis/genesis_prefund_accounts.json" \
--rpc-call-max-steps=4123000

pathfinder: juno-cached
Expand Down
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type Config struct {

Sequencer bool `mapstructure:"seq-enable"`
SeqBlockTime uint `mapstructure:"seq-block-time"`
GenesisFile string `mapstructure:"genesis-file"`
GenesisFile string `mapstructure:"seq-genesis-file"`
}

type Node struct {
Expand Down

0 comments on commit 42218bd

Please sign in to comment.