Skip to content

Commit

Permalink
fix payment handling
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Aug 16, 2023
1 parent 6a8d1f0 commit 70f6989
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 99 deletions.
2 changes: 1 addition & 1 deletion data/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type DB interface {

HandleClock(clock *pbsubstreams.Clock) (dbBlockID int64, err error)
HandleInitializedAccount(dbBlockID int64, initializedAccount []*pb.InitializedAccount) error
HandlePayments(dbBlockID int64, payments []*pb.Payment) error
HandlePayments(dbBlockID int64, payments []*pb.RegularDriverPayment) error
HandleAiPayments(dbBlockID int64, payments []*pb.AiTrainerPayment) error
HandleSplitPayments(dbBlockID int64, splitPayments []*pb.TokenSplittingPayment) error
HandleNoneSplitPayments(dbBlockID int64, payments []*pb.NoSplitPayment) error
Expand Down
Loading

0 comments on commit 70f6989

Please sign in to comment.