mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Mark all regtest coins as TestCoins #289

Closed Varunram closed 6 years ago

Varunram commented 6 years ago

Also make testnet3 coins not TestCoins

delbonis commented 6 years ago

Should we have support for some sort of LIT_FORCE_CORRECTNESS_CHECKS=1 which will make unconditional error checks happen unconditionally regardless of coins being testcoins? Or maybe LIT_CORRECTNESS_CHECKS={ignore,auto,force} to apply to all coins.

Varunram commented 6 years ago

Well, we could do that - but like these coins are testnet coins for a purpose, so I don't know :) Open to more feedback.