Skip to content

Commit

Permalink
fix tx_hash / block_number column switch (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Aug 11, 2022
1 parent d7dff52 commit 7b74757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spellbook/models/opensea/opensea_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ nft_contract_address,
project_contract_address,
aggregator_name,
aggregator_address,
tx_hash,
block_number,
tx_hash,
tx_from,
tx_to,
platform_fee_amount_raw,
Expand Down

0 comments on commit 7b74757

Please sign in to comment.