mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
support less than 0 rounds
This commit is contained in:
parent
87baa840d3
commit
2556eff69f
1 changed files with 1 additions and 3 deletions
|
@ -406,11 +406,9 @@ mixin FusionWalletInterface {
|
|||
serverHost: fusionInfo.host,
|
||||
serverPort: fusionInfo.port,
|
||||
serverSsl: fusionInfo.ssl,
|
||||
roundCount: fusionInfo.rounds,
|
||||
);
|
||||
|
||||
// TODO use as required. Zero indicates continuous
|
||||
final roundCount = fusionInfo.rounds;
|
||||
|
||||
// Instantiate a Fusion object with custom parameters.
|
||||
final mainFusionObject = fusion.Fusion(serverParams);
|
||||
|
||||
|
|
Loading…
Reference in a new issue