Skip to content

Commit

Permalink
Disable pegin validation to workaround mainchain sync delay (#324)
Browse files Browse the repository at this point in the history
- elementsd will mark liquid blocks as invalid, if they contain pegins
that reference mainchain blocks that haven't synced
- elementsd does not (yet) recover by itself, see

ElementsProject/elements#891

- when elementsd can automatically revalidate blocks, we
should revert this commit

Co-authored-by: Phil McLean <phil@blockstream.com>
  • Loading branch information
philippem and Phil McLean committed Jun 24, 2021
1 parent f6da494 commit e7870ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/liquid-mainnet-explorer.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ server=1
peerbloomfilters=0
enforcenodebloom=1
disablewallet=1
validatepegin=0
mainchainrpccookiefile=/data/bitcoin/.cookie
listenonion=1
listen=0
Expand Down

0 comments on commit e7870ef

Please sign in to comment.