Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Oct 15, 2024
1 parent fab7d9c commit 03f59c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/chains/tw_pactus/src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ impl CoinEntry for PactusEntry {
#[inline]
fn parse_address_unchecked(
&self,
_coin: &dyn CoinContext,
address: &str,
) -> AddressResult<Self::Address> {
Address::from_str(address)
Expand Down

0 comments on commit 03f59c1

Please sign in to comment.