Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 13, 2024
1 parent a73b087 commit 028ec62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ pub async fn get_pending_token_transfers(
WHERE tx_id is null
AND error is null
AND from_addr = $1
ORDER by id ASC
",
)
.bind(format!("{:#x}", account))
Expand Down

0 comments on commit 028ec62

Please sign in to comment.