Skip to content

Commit

Permalink
Merge pull request #1273 from jdogresorg/master
Browse files Browse the repository at this point in the history
rollback updates
  • Loading branch information
jdogresorg authored Nov 8, 2023
2 parents cd49daa + 5442725 commit dccfa0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion counterpartylib/lib/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
'cancels', 'dividends', 'issuances', 'sends',
'rps_match_expirations', 'rps_expirations', 'rpsresolves',
'rps_matches', 'rps',
'destructions', 'assets', 'addresses', 'sweeps', 'dispensers', 'dispenses']
'destructions', 'assets', 'addresses', 'sweeps', 'dispensers', 'dispenses',
'transaction_outputs','dispenser_refills']
# Compose list of tables tracked by undolog
UNDOLOG_TABLES = copy.copy(TABLES)
UNDOLOG_TABLES.remove('messages')
Expand Down

0 comments on commit dccfa0d

Please sign in to comment.