From c13baabfed11f88da621825812c14d61bd9bb542 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Thu, 3 Mar 2022 16:26:11 +0700 Subject: [PATCH] remove nil value from NewMsgCreateChain --- starport/services/network/publish.go | 1 - 1 file changed, 1 deletion(-) diff --git a/starport/services/network/publish.go b/starport/services/network/publish.go index 3eef1c5740..7ab4603a08 100644 --- a/starport/services/network/publish.go +++ b/starport/services/network/publish.go @@ -136,7 +136,6 @@ func (n Network) Publish(ctx context.Context, c Chain, options ...PublishOption) genesisHash, true, campaignID, - nil, ) res, err := n.cosmos.BroadcastTx(n.account.Name, msgCreateChain) if err != nil {