Skip to content

Commit 29fa605

Browse files
committed
Merge branch 'main' into e2e-pqe
2 parents a09f6bc + 797a9e5 commit 29fa605

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

connect/resident.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ import (
2121

2222
"golang.org/x/exp/maps"
2323

24+
<<<<<<< HEAD
25+
=======
26+
// "google.golang.org/protobuf/proto"
27+
28+
>>>>>>> main
2429
"github.com/urnetwork/glog"
2530

2631
"github.com/urnetwork/connect"
@@ -2044,3 +2049,4 @@ func (self *limiter) delay() {
20442049
}
20452050
}
20462051
}
2052+

taskworker/work/account_payment_work.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ func Payout(
4141
schedulePayout *SchedulePayoutArgs,
4242
clientSession *session.ClientSession,
4343
) (*SchedulePayoutResult, error) {
44-
err := controller.SendPayments(clientSession)
45-
if err != nil {
46-
return nil, err
47-
}
44+
// FIXME disable payments until we figure out the account bug
45+
// err := controller.SendPayments(clientSession)
46+
// if err != nil {
47+
// return nil, err
48+
// }
4849

4950
return &SchedulePayoutResult{
5051
Success: true,

0 commit comments

Comments
 (0)