Skip to content

Commit a094e2e

Browse files
committed
format the protobuf file
1 parent 34ca89c commit a094e2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/proto/node.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
syntax = "proto3";
2-
package cex_broker;
2+
package cex_broker;
33

44
message ActionRequest {
55
Action action = 1; // The CCXT method to call (e.g., "fetchBalance", "createOrder")
@@ -10,7 +10,7 @@ message ActionRequest {
1010

1111
message ActionResponse {
1212
string result = 1; // JSON string of the result data
13-
string proof = 2;
13+
string proof = 2;
1414
}
1515

1616
message SubscribeRequest {

0 commit comments

Comments
 (0)