Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jun 25, 2024
1 parent bf3bea5 commit faec305
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,6 @@ impl AppState {
) -> Result<(), UiError> {
let inner = self.inner.write().await;
let address = TariAddress::from_str(&address).map_err(|_| UiError::PublicKeyParseError)?;
let payment_id_u64: u64 = payment_id_hex
.parse::<u64>()
.map_err(|_| UiError::HexError("Could not convert payment_id to bytes".to_string()))?;
let payment_id = if payment_id_str.is_empty() {
PaymentId::Empty
} else {
Expand Down

0 comments on commit faec305

Please sign in to comment.