From faf4ac44659666b4bdda47b16ef3553bd91519ec Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 23 Dec 2024 18:15:01 +0330 Subject: [PATCH] issue: /#11 image added Signed-off-by: nfel --- wallet/v1/msg.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 5cef4f4..1acde87 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -416,9 +416,9 @@ message Network { string description = 6; NetworkType type = 7; bool is_active = 8; - - string updated_at = 9; - string created_at = 10; + string image = 9; + string updated_at = 10; + string created_at = 11; } message NetworkList {