File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments