From 2507356cae3453236fd5aaeae36e86fa4d5ea4a0 Mon Sep 17 00:00:00 2001 From: Noor Date: Thu, 20 Feb 2025 01:37:01 +0530 Subject: [PATCH] minor change --- proto/sgx/brain.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;