forked from lthn/blockchain
allowed transfering assets membership
This commit is contained in:
parent
f288d0519c
commit
eadaf179af
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue