Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
ae7082c7
Commit
ae7082c7
authored
Aug 12, 2020
by
Cecile Tonglet
Browse files
WIP
Forked at:
e9164236
Parent branch: origin/rococo-branch
parent
43512e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
node/test-service/src/lib.rs
View file @
ae7082c7
...
...
@@ -91,7 +91,7 @@ pub fn polkadot_test_new_full(
// TODO: that comes from service, make it public?
type
FullClient
<
RuntimeApi
,
Executor
>
=
service
::
TFullClient
<
Block
,
RuntimeApi
,
Executor
>
;
/// A wrapper for the test client that implements YaExecuteWithClient.
pub
struct
TestClient
(
Arc
<
FullClient
<
polkadot_test_runtime
::
RuntimeApi
,
PolkadotTestExecutor
>>
);
pub
struct
TestClient
(
pub
Arc
<
FullClient
<
polkadot_test_runtime
::
RuntimeApi
,
PolkadotTestExecutor
>>
);
// TODO: that comes from service, make it public?
type
FullBackend
=
service
::
TFullBackend
<
Block
>
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment