forked from lthn/blockchain
fixed wrong variant type
This commit is contained in:
parent
1aa6a37b08
commit
2ba139ebaf
1 changed files with 1 additions and 1 deletions
|
|
@ -886,7 +886,7 @@ namespace currency
|
|||
//TODO: TEMPORARY
|
||||
if (de.asset_id != currency::null_hash)
|
||||
{
|
||||
out.etc_details.push_back(txout_etc_details_v{ de.asset_id });
|
||||
out.etc_details.push_back(open_asset_id{ de.asset_id });
|
||||
}
|
||||
//@#@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue