SebastianElvis / ebft

ISC License
2 stars 0 forks source link

config&chaincfg: Arguments and network parameters on `Crystal`, `SyncORazor` and `PSyncORazor`. #20

Closed SebastianElvis closed 2 years ago

SebastianElvis commented 2 years ago

Problem

To support Crystal, SyncORazor and PSyncORazor, the program needs to take some extra arguments and have some extra instantiation of chaincfg.Params.

Extension specifying the extension used in this execution.

Description

  1. Struct config needs some extra fields.
  2. Struct chaincfg.Params needs three extra instantiation:

Alternatives

Additional context