FC Updates from BitShares and myself #21

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

View file

@ -12,7 +12,7 @@ dynamic_storage::~dynamic_storage()
void* dynamic_storage::data() const
{
assert( storage != nullptr );
FC_ASSERT( storage != nullptr );
return (void*)storage;
}