Skip to content

Commit

Permalink
Merge branch 'main' into bruno/use-thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored Apr 17, 2024
2 parents c36fe01 + ede976d commit 1613722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/pop-contracts/src/utils/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pub fn parse_account(account: &str) -> Result<<DefaultConfig as Config>::Account
.map_err(|e| Error::AccountAddressParsingFailed(format!("{}", e)))
}


#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit 1613722

Please sign in to comment.