From 8ab8d8d0f9902d03cd1ab5018ddd56cd9e645978 Mon Sep 17 00:00:00 2001 From: mapoofano Date: Sat, 26 Jul 2025 15:21:56 +0330 Subject: [PATCH] chore: remove location from asset property --- wallet/v1/msg.proto | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 4ae8adb..77fabe5 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -211,11 +211,10 @@ message PropertyMeta { string usage_type = 9; string completion_date = 10; string user_agreement_url = 11; - string location = 12; - float lat = 13; - float lng = 14; - string map_link = 15; - PropertyDetail detail = 16; + float lat = 12; + float lng = 13; + string map_link = 14; + PropertyDetail detail = 15; } message PropertyDetail { -- 2.47.2