Skip to content

Commit 45621a9

Browse files
committed
nit
1 parent b4cd0aa commit 45621a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

utils/genesis.go

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ func generateCustomCchainGenesis() ([]byte, error) {
3939
return json.Marshal(cChainGenesisMap)
4040
}
4141

42-
func generateCustomGenesis(networkID uint32, walletAddr string, stakingAddr string, nodeIDs []string) ([]byte, error) {
42+
func generateCustomGenesis(
43+
networkID uint32,
44+
walletAddr string,
45+
stakingAddr string,
46+
nodeIDs []string,
47+
) ([]byte, error) {
4348
genesisMap := map[string]interface{}{}
4449

4550
// cchain

0 commit comments

Comments
 (0)