Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Jan 17, 2025
1 parent bbe15a8 commit ae4463c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6261,7 +6261,7 @@ async fn test_completed_transactions_ordering() {
mined_height: None,
mined_in_block: None,
mined_timestamp: DateTime::<Utc>::from_timestamp(random_timestamp + 100i64, 0),
payment_id: PaymentId::open_from_str("Yo!"),
payment_id: PaymentId::open("Yo!", TxType::PaymentToOther),
};

tx_backend
Expand Down

0 comments on commit ae4463c

Please sign in to comment.