Skip to content

Commit

Permalink
missing dash
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Dec 18, 2024
1 parent 583c635 commit 4c58253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ain-ocean/src/api/pool_pair/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl PoolSwapVerboseResponse {
Self {
id: format!("{}-{}", v.pool_id, v.txid),
sort: format!(
"{}{}",
"{}-{}",
hex::encode(v.block.height.to_be_bytes()),
hex::encode(v.txno.to_be_bytes()),
),
Expand Down

0 comments on commit 4c58253

Please sign in to comment.