Skip to content

Commit

Permalink
add support for old style dogeparty database with index_tx_types
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Apr 19, 2024
1 parent f45c051 commit f2de9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/includes/compare.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function btnsCompare($database=null){
{$limitSql}";
// Support OLD style database with index_tx_types instead of index_actions
// TODO: Remove
if(in_array($db,array('BTNS_Counterparty_Old','BTNS_Counterparty_Testnet_Old'))){
if(in_array($db,array('BTNS_Counterparty_Old','BTNS_Counterparty_Testnet_Old','BTNS_Dogeparty_Old','BTNS_Dogeparty_Testnet_Old'))){
$sql = "SELECT
t1.tx_index,
t2.hash as tx_hash,
Expand Down

0 comments on commit f2de9fd

Please sign in to comment.