diff --git a/proto/sgx/brain.proto b/proto/sgx/brain.proto index b291e04..b6b984e 100644 --- a/proto/sgx/brain.proto +++ b/proto/sgx/brain.proto @@ -12,7 +12,7 @@ message AppContract { string node_pubkey = 4; string public_ipv4 = 5; AppResource resource = 6; - repeated MappedPort exposed_ports = 7; + repeated MappedPort mapped_ports = 7; string created_at = 8; string updated_at = 9; uint64 nano_per_minute = 10;