compile errors

This commit is contained in:
sierra19XX 2021-03-12 14:26:36 +00:00
parent dcc4c77989
commit 93c4793d0a

View file

@ -258,4 +258,6 @@ share_type call_order_object::get_max_debt_to_cover( price match_price,
return to_cover.amount;
}
} FC_CAPTURE_AND_RETHROW( (*this)(feed_price)(match_price)(maintenance_collateral_ratio) ) }
} FC_CAPTURE_AND_RETHROW( (*this)(feed_price)(match_price)(maintenance_collateral_ratio) ) }
GRAPHENE_EXTERNAL_SERIALIZATION( /*not extern*/, graphene::chain::collateral_bid_object )