Graphene Updates and DApp Support #643

Closed
nathanielhourt wants to merge 84 commits from dapp-support into develop
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9c71579d6e - Show all commits

View file

@ -659,7 +659,7 @@ public:
}
template<typename ID>
typename graphene::db::object_downcast_t<ID>get_object(ID id)const
graphene::db::object_downcast_t<ID> get_object(ID id)const
{
auto ob = _remote_db->get_objects({id}).front();
return ob.template as<graphene::db::object_downcast_t<ID>>( GRAPHENE_MAX_NESTED_OBJECTS );

View file

@ -23,3 +23,4 @@
*/
#define BOOST_TEST_MODULE "C++ Benchmarks for Graphene Blockchain Database"
#include <boost/test/included/unit_test.hpp>