Minor change
new price field in register app node and rename operator_pubkey to operator_wallet
This commit is contained in:
parent
b8f37dec18
commit
dc1e2dd0cd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user