Skip to content

Commit

Permalink
refactor: comments and nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 17, 2024
1 parent a74ae72 commit bbe7226
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/clients/v2/accountant.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ type BinRecord struct {
Usage uint64
}

func DummyBinRecord() *BinRecord {
return &BinRecord{
Index: 0,
Usage: 0,
}
}

func NewAccountant(accountID string, reservation *core.ReservedPayment, onDemand *core.OnDemandPayment, reservationWindow uint32, pricePerSymbol uint32, minNumSymbols uint32, numBins uint32) *Accountant {
//TODO: client storage; currently every instance starts fresh but on-chain or a small store makes more sense
// Also client is currently responsible for supplying network params, we need to add RPC in order to be automatic
Expand Down

0 comments on commit bbe7226

Please sign in to comment.