From afad629464155603b77cfcc63526e9ef48fcb8cf Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 13 Dec 2024 16:43:12 +0100 Subject: [PATCH] Remove TODO --- clients/stellarcore/client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }