Skip to content

Commit

Permalink
rhp4: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 14, 2024
1 parent 1724bd1 commit 5b88ad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rhp/v4/rhp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 5b88ad2

Please sign in to comment.