1
0
Fork 0
forked from lthn/blockchain

allowed transfering assets membership

This commit is contained in:
cryptozoidberg 2024-02-12 17:56:32 +04:00
parent f288d0519c
commit eadaf179af
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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;