diff --git a/clients/stellarcore/client.go b/clients/stellarcore/client.go index d1512caac6..d479c4df54 100644 --- a/clients/stellarcore/client.go +++ b/clients/stellarcore/client.go @@ -85,8 +85,7 @@ func (c *Client) UpgradeSorobanConfig(ctx context.Context, configKey xdr.ConfigU type GenSorobanConfig struct { BaseSeqNum uint32 NetworkPassphrase string - // TODO: Should we ask core to sign the tx or should we do it ourselves? - SigningKey *keypair.Full + SigningKey *keypair.Full // looks for `stellar-core` in the system PATH if empty StellarCorePath string }