networks: enable segwit by default for main.

This commit is contained in:
Christopher Jeffrey 2016-11-16 09:45:55 -08:00
parent c011e94cdb
commit 522a54fd27
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -300,7 +300,7 @@ main.block = {
* @default
*/
main.witness = false;
main.witness = true;
/**
* Whether to use segnet3-style segwit.