From 5b88ad28561265baeaa9ecddee3fa24e40c5a13a Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Fri, 13 Sep 2024 11:02:07 -0700 Subject: [PATCH] rhp4: fix lint --- rhp/v4/rhp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rhp/v4/rhp.go b/rhp/v4/rhp.go index 35294392..379ef03b 100644 --- a/rhp/v4/rhp.go +++ b/rhp/v4/rhp.go @@ -261,6 +261,8 @@ type ( TransactionSet []types.V2Transaction `json:"transactionSet"` } + // RPCRenewContractParams includes the contract details required to create + // a renewal. RPCRenewContractParams struct { ContractID types.FileContractID `json:"contractID"` Allowance types.Currency `json:"allowance"`