Skip to content

Commit

Permalink
fix: update naming tx_id
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Oct 4, 2024
1 parent 562d47c commit cbcc92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cw20/cw20.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default class Cw20Service extends BullableService {
'smart_contract_event.id as smart_contract_event_id',
'event:transaction.hash',
'event:transaction.height',
'tx_id'
'smart_contract_event.tx_id'
)
.orderBy('smart_contract_event.id', 'asc');
}
Expand Down

0 comments on commit cbcc92b

Please sign in to comment.