Updates from BitShares FC #22

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

View file

@ -90,7 +90,7 @@ namespace std
struct hash<fc::unsigned_int> struct hash<fc::unsigned_int>
{ {
public: public:
size_t operator()(const fc::signed_int &a) const size_t operator()(const fc::unsigned_int &a) const
{ {
return std::hash<uint64_t>()(a.value); return std::hash<uint64_t>()(a.value);
} }