Skip to content

Commit

Permalink
Merge branch 'PRT-split-payment-for-very-big-payment-transactions' of…
Browse files Browse the repository at this point in the history
… github.com:lavanet/lava into PRT-split-payment-for-very-big-payment-transactions
  • Loading branch information
ranlavanet committed Mar 24, 2024
2 parents c2bb96a + a501073 commit f4db5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/statetracker/updaters/payment_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func (pu *PaymentUpdater) updateInner() {
if err != nil {
return
}

relevantPayments := 0
for _, payment := range payments {
updatable, foundUpdatable := pu.paymentUpdatable[payment.Description]
Expand Down

0 comments on commit f4db5a2

Please sign in to comment.