Skip to content

Commit

Permalink
Fixmes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeereboom committed Feb 27, 2024
1 parent c89d772 commit 1eed5b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/bss/bss.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ func (s *Server) handlePopPayoutsRequest(ctx context.Context, msg *bssapi.PopPay
log.Tracef("handlePopPayoutsRequest")
defer log.Tracef("handlePopPayoutsRequest exit")

// XXX FIXME
popTxsForL2BlockRequest := bfgapi.PopTxsForL2BlockRequest{
L2Block: msg.L2BlockForPayout,
}
Expand Down Expand Up @@ -272,6 +273,7 @@ func (s *Server) handleBtcFinalityByRecentKeystonesRequest(ctx context.Context,
NumRecentKeystones: msg.NumRecentKeystones,
}

// XXX FIXME
response, err := s.callBFG(ctx, &request)
if err != nil {
return &bssapi.BTCFinalityByRecentKeystonesResponse{
Expand All @@ -289,6 +291,7 @@ func (s *Server) handleBtcFinalityByKeystonesRequest(ctx context.Context, msg *b
L2Keystones: msg.L2Keystones,
}

// XXX FIXME
response, err := s.callBFG(ctx, &request)
if err != nil {
return &bssapi.BTCFinalityByKeystonesResponse{
Expand Down

0 comments on commit 1eed5b4

Please sign in to comment.