From eadaf179aff25b8916a26edf35115eca01daf3ff Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 12 Feb 2024 17:56:32 +0400 Subject: [PATCH] allowed transfering assets membership --- src/currency_core/currency_format_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/currency_format_utils.cpp b/src/currency_core/currency_format_utils.cpp index bdc7218a..c94e74c4 100644 --- a/src/currency_core/currency_format_utils.cpp +++ b/src/currency_core/currency_format_utils.cpp @@ -1145,7 +1145,7 @@ namespace currency if (a.ticker != b.ticker) return false; if (a.full_name != b.full_name) return false; //a.meta_info; - if (a.owner != b.owner) return false; + //if (a.owner != b.owner) return false; if (a.hidden_supply != b.hidden_supply) return false; return true;