Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed May 13, 2024
1 parent 903b070 commit b9fad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge_node/bridge/bridges/runes/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def get_pending_deposits_for_evm_address(
status=IncomingBtcTxStatus.ACCEPTED,
)
.filter(
IncomingBtcTx.block_number > block_number,
IncomingBtcTx.block_number >= block_number,
)
.order_by(
IncomingBtcTx.time,
Expand Down

0 comments on commit b9fad29

Please sign in to comment.