Skip to content

Commit 17566ef

Browse files
Fix typo
Co-authored-by: Nicko Guyer <[email protected]> Signed-off-by: Dzianis Andreyenka <[email protected]>
1 parent 27fccc0 commit 17566ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/init_tezos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var initTezosCmd = &cobra.Command{
4040
initOptions.BlockchainProvider = types.BlockchainProviderTezos.String()
4141
initOptions.BlockchainConnector = types.BlockchainConnectorTezosconnect.String()
4242
initOptions.BlockchainNodeProvider = types.BlockchainNodeProviderRemoteRPC.String()
43-
// By default we turn off multipart mode while it's not supported yet
43+
// By default we turn off multiparty mode while it's not supported yet
4444
initOptions.MultipartyEnabled = false
4545
initOptions.TokenProviders = []string{}
4646
if err := initCommon(args); err != nil {

0 commit comments

Comments
 (0)