Skip to content

Commit

Permalink
remove nil value from NewMsgCreateChain
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Mar 3, 2022
1 parent ba112b5 commit c13baab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starport/services/network/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c13baab

Please sign in to comment.