runonbitcoin / run-db

An indexer that crawls the blockchain and calculates RUN states
MIT License
24 stars 22 forks source link

Allow overriding the default trustlist #5

Closed torusJKL closed 3 years ago

torusJKL commented 3 years ago

Checks if a default trustlist has been defined in the .env file and will use it instead of the trustlist that came with the source code. It is also possible to start with no trusted txid when the server starts by not adding any txid to the .env file.

brentongunning commented 3 years ago

Thanks @torusJKL! This looks useful.

LGTM