Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 25, 2024
1 parent a72abbf commit 33a4adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-cli/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<stellar_strkey::ed25519::PublicKey, Error> {
if let Ok(secret) = self.locator.read_identity(&self.source_account) {
Ok(stellar_strkey::ed25519::PublicKey(
Expand Down

0 comments on commit 33a4adb

Please sign in to comment.