1
0
Fork 0
forked from lthn/blockchain

fixed wrong variant type

This commit is contained in:
cryptozoidberg 2022-09-22 19:29:18 +02:00
parent 1aa6a37b08
commit 2ba139ebaf
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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 });
}
//@#@