1
0

Merge pull request #7282 from wakiyamap/add_signet

add signet support
This commit is contained in:
ghost43
2021-06-22 16:15:38 +02:00
committed by GitHub
9 changed files with 77 additions and 5 deletions

View File

@@ -362,6 +362,8 @@ def main():
constants.set_regtest()
elif config.get('simnet'):
constants.set_simnet()
elif config.get('signet'):
constants.set_signet()
cmdname = config.get('cmd')