From 12feb970ce5e4c1df20928faff5453aab4b123cb Mon Sep 17 00:00:00 2001 From: mapoofano Date: Sat, 17 May 2025 16:15:50 +0330 Subject: [PATCH] chore: add project location image into meta property --- wallet/v1/msg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 476d992..83b3133 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -185,6 +185,7 @@ message PropertyMeta { string usage_type = 9; string completion_date = 10; string user_agreement_url = 11; + string location_image = 12; } // Used for both locking and releasing asset :) -- 2.47.2