[SDK] Add RoundInterval to StoreData (#283)

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
This commit is contained in:
João Bordalo
2024-09-16 16:26:32 +01:00
committed by GitHub
parent 3782793431
commit 0fe52386e8
6 changed files with 14 additions and 0 deletions

View File

@@ -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,