From 33a4adb20e4560cec6d58fa032d3cc81ad4098aa Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:28:04 -0700 Subject: [PATCH] add todo --- cmd/soroban-cli/src/config/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/soroban-cli/src/config/mod.rs b/cmd/soroban-cli/src/config/mod.rs index 0bfcab386..511c5a53c 100644 --- a/cmd/soroban-cli/src/config/mod.rs +++ b/cmd/soroban-cli/src/config/mod.rs @@ -57,6 +57,7 @@ pub struct Args { } impl Args { + // TODO: Replace PublicKey with MuxedAccount once https://github.com/stellar/rs-stellar-xdr/pull/396 is merged. pub fn source_account(&self) -> Result { if let Ok(secret) = self.locator.read_identity(&self.source_account) { Ok(stellar_strkey::ed25519::PublicKey(