Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit bf36c189c2 - Show all commits

View file

@ -97,7 +97,7 @@ namespace fc {
};
struct unsigned_int;
struct variant_object;
class variant_object;
template<> struct get_typename<unsigned_int> { static const char* name() { return "unsigned_int"; } };
template<> struct get_typename<variant_object> { static const char* name() { return "fc::variant_object"; } };