Skip to content

Commit

Permalink
The order of package import of gnoland main.go may affect the genesis…
Browse files Browse the repository at this point in the history
….json of testdir, which is created at the beginning, and a problem may occur, and it is corrected by changing the order (#185)

Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
jackthgu and Ubuntu authored May 10, 2022
1 parent bcfe472 commit 6ee3229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gnoland/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ func makeGenesisDoc(pvPub crypto.PubKey) *bft.GenesisDoc {
"p/grc/grc20/impl",
"p/grc/grc721",
"p/maths",
"r/foo20",
"r/users",
"r/foo20",
"r/boards",
"r/banktest",
} {
Expand Down

0 comments on commit 6ee3229

Please sign in to comment.