mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
[SDK] Add RoundInterval to StoreData (#283)
Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
This commit is contained in:
@@ -110,6 +110,7 @@ func (a *arkClient) InitWithWallet(
|
||||
ClientType: args.ClientType,
|
||||
Network: network,
|
||||
RoundLifetime: info.RoundLifetime,
|
||||
RoundInterval: info.RoundInterval,
|
||||
UnilateralExitDelay: info.UnilateralExitDelay,
|
||||
Dust: info.Dust,
|
||||
BoardingDescriptorTemplate: info.BoardingDescriptorTemplate,
|
||||
@@ -174,6 +175,7 @@ func (a *arkClient) Init(
|
||||
ClientType: args.ClientType,
|
||||
Network: network,
|
||||
RoundLifetime: info.RoundLifetime,
|
||||
RoundInterval: info.RoundInterval,
|
||||
UnilateralExitDelay: info.UnilateralExitDelay,
|
||||
Dust: info.Dust,
|
||||
BoardingDescriptorTemplate: info.BoardingDescriptorTemplate,
|
||||
|
||||
Reference in New Issue
Block a user