Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
elizabethengelman and willemneal authored Dec 20, 2024
1 parent 24269ce commit e95fa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/signer/keyring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl StellarEntry {
Ok(())
}

pub fn get_password(&self) -> Result<Vec<u8>, Error> {
fn get_password(&self) -> Result<Vec<u8>, Error> {
Ok(base64.decode(self.keyring.get_password()?)?)
}

Expand Down

0 comments on commit e95fa3a

Please sign in to comment.