We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fccc0 commit 17566efCopy full SHA for 17566ef
cmd/init_tezos.go
@@ -40,7 +40,7 @@ var initTezosCmd = &cobra.Command{
40
initOptions.BlockchainProvider = types.BlockchainProviderTezos.String()
41
initOptions.BlockchainConnector = types.BlockchainConnectorTezosconnect.String()
42
initOptions.BlockchainNodeProvider = types.BlockchainNodeProviderRemoteRPC.String()
43
- // By default we turn off multipart mode while it's not supported yet
+ // By default we turn off multiparty mode while it's not supported yet
44
initOptions.MultipartyEnabled = false
45
initOptions.TokenProviders = []string{}
46
if err := initCommon(args); err != nil {
0 commit comments