From 61fe3a6f5d5f8816b6c427bcc780bcb574b8c3ac Mon Sep 17 00:00:00 2001 From: mapoofano Date: Sat, 26 Jul 2025 15:17:37 +0330 Subject: [PATCH] chore: change asset meta location image to lat/lng location --- wallet/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 5b6f55f..4ae8adb 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -211,7 +211,7 @@ message PropertyMeta { string usage_type = 9; string completion_date = 10; string user_agreement_url = 11; - string location_image = 12; + string location = 12; float lat = 13; float lng = 14; string map_link = 15; -- 2.47.2