Minor change

new price field in register app node and rename operator_pubkey to operator_wallet
This commit is contained in:
Noor 2025-03-08 23:54:48 +00:00
parent b8f37dec18
commit dc1e2dd0cd
Signed by: noormohammedb
GPG Key ID: E424C39E19EFD7DF

@ -73,11 +73,12 @@ service BrainAppCli {
message RegisterAppNodeReq { message RegisterAppNodeReq {
string node_pubkey = 1; string node_pubkey = 1;
string operator_pubkey = 2; string operator_wallet = 2;
string main_ip = 3; string main_ip = 3;
string country = 4; string country = 4;
string region = 5; string region = 5;
string city = 6; string city = 6;
uint64 price = 7;
} }
message AppNodeResources { message AppNodeResources {