File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ using namespace appbase;
7
7
using namespace eosio ;
8
8
9
9
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>( );
11
11
return *static_cast <net_plugin*>(&plugin);
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ add_custom_target( eosinstall ALL
24
24
DEPENDS ${CMAKE_CURRENT_BINARY_DIR} /eosinstaller.py ${CMAKE_BINARY_DIR} /programs/pyeos/pyeos
25
25
)
26
26
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)
You can’t perform that action at this time.
0 commit comments