From dc1e2dd0cd70f0915245fe3cae0863eab838fe5a Mon Sep 17 00:00:00 2001 From: Noor Date: Sat, 8 Mar 2025 23:54:48 +0000 Subject: [PATCH] Minor change new price field in register app node and rename operator_pubkey to operator_wallet --- proto/sgx/brain.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/sgx/brain.proto b/proto/sgx/brain.proto index 7403acc..4c4f374 100644 --- a/proto/sgx/brain.proto +++ b/proto/sgx/brain.proto @@ -73,11 +73,12 @@ service BrainAppCli { message RegisterAppNodeReq { string node_pubkey = 1; - string operator_pubkey = 2; + string operator_wallet = 2; string main_ip = 3; string country = 4; string region = 5; string city = 6; + uint64 price = 7; } message AppNodeResources {