Skip to content

Commit ad43435

Browse files
Other fixes
1 parent fe2c2e9 commit ad43435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programs/pyeos/interface/net_.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using namespace appbase;
77
using namespace eosio;
88

99
net_plugin& get_net_plugin() {
10-
abstract_plugin& plugin = app().get_plugin("eosio::net_plugin");
10+
abstract_plugin& plugin = app().get_plugin<eosio::net_plugin>();
1111
return *static_cast<net_plugin*>(&plugin);
1212
}
1313

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ add_custom_target( eosinstall ALL
2424
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/eosinstaller.py ${CMAKE_BINARY_DIR}/programs/pyeos/pyeos
2525
)
2626

27-
add_dependencies(eosinstall pyeos eosio_chain eosiolib_native vm_wasm_wavm vm_wasm_binaryen cleos nodeos keosd ipc_server ipc_client vm_manager eosio_native)
27+
add_dependencies(eosinstall pyeos eosio_chain eosiolib_native vm_native vm_wasm_wavm vm_wasm_binaryen cleos nodeos keosd ipc_server ipc_client vm_manager eosio_native)

0 commit comments

Comments
 (0)