Skip to content

Commit

Permalink
Ref bitshares#1506: Isolate chain/protocol to its own library
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielhourt committed May 1, 2019
1 parent 074f000 commit 90f33c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class wallet_api_impl
}

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 );
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
*/
#define BOOST_TEST_MODULE "C++ Benchmarks for Graphene Blockchain Database"
#include <boost/test/included/unit_test.hpp>

0 comments on commit 90f33c1

Please sign in to comment.