Skip to content

Commit

Permalink
fix resp
Browse files Browse the repository at this point in the history
  • Loading branch information
fyInALT committed Apr 2, 2024
1 parent d8f6d4c commit 649a615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aggregator/rpc_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ func (agg *Aggregator) InitOperator(req *message.InitOperatorRequest, reply *mes
OperatorId: req.OperatorId,
}

reply.Ok = true

agg.logger.Infof("new operator status: %s", req.OperatorAddress.Hex())

return nil
Expand Down

0 comments on commit 649a615

Please sign in to comment.