Skip to content

Commit 1cfc561

Browse files
authored
update clementine protobuf (#131)
1 parent 930bdbe commit 1cfc561

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

proto/clementine.proto

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,16 @@ message RawTxWithRbfInfo {
655655
RbfSigningInfoRpc rbf_info = 2;
656656
}
657657

658+
message OperatorWithrawalResponse {
659+
XOnlyPublicKeyRpc operator_xonly_pk = 1;
660+
oneof response {
661+
RawSignedTx raw_tx = 2;
662+
string error = 3;
663+
}
664+
}
665+
658666
message AggregatorWithdrawResponse {
659-
repeated string withdraw_responses = 1;
667+
repeated OperatorWithrawalResponse withdraw_responses = 1;
660668
}
661669

662670
message GetEmergencyStopTxRequest {
@@ -725,4 +733,4 @@ service ClementineAggregator {
725733
rpc InternalGetEmergencyStopTx(GetEmergencyStopTxRequest) returns (GetEmergencyStopTxResponse) {}
726734

727735
rpc Vergen(Empty) returns (VergenResponse) {}
728-
}
736+
}

0 commit comments

Comments
 (0)