Remove package aliases from node template (#5389)
* delias outer node template * dealias pallet template * Fix mock * attempt to fix warning * Revert "attempt to fix warning" This reverts commit 3d39142b877fb7ae2bd9bd0b31442a00d4c8f0bf. * Add call to test interface.
Showing
- substrate/bin/node-template/node/Cargo.toml 2 additions, 2 deletionssubstrate/bin/node-template/node/Cargo.toml
- substrate/bin/node-template/node/src/chain_spec.rs 1 addition, 1 deletionsubstrate/bin/node-template/node/src/chain_spec.rs
- substrate/bin/node-template/node/src/service.rs 8 additions, 8 deletionssubstrate/bin/node-template/node/src/service.rs
- substrate/bin/node-template/pallets/template/Cargo.toml 2 additions, 3 deletionssubstrate/bin/node-template/pallets/template/Cargo.toml
- substrate/bin/node-template/pallets/template/src/lib.rs 1 addition, 1 deletionsubstrate/bin/node-template/pallets/template/src/lib.rs
- substrate/bin/node-template/pallets/template/src/mock.rs 1 addition, 0 deletionssubstrate/bin/node-template/pallets/template/src/mock.rs
- substrate/client/executor/src/native_executor.rs 2 additions, 0 deletionssubstrate/client/executor/src/native_executor.rs
Please register or sign in to comment