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
e8573ae5
Commit
e8573ae5
authored
Jul 03, 2020
by
Cecile Tonglet
Browse files
fix update
parent
a44b1c0a
Pipeline
#99347
passed with stages
in 15 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
polkadot-test-service/src/lib.rs
View file @
e8573ae5
...
...
@@ -138,8 +138,8 @@ pub fn node_config(
network_config
.transport
=
TransportConfig
::
MemoryOnly
;
Ok
(
Configuration
{
impl_name
:
"polkadot-test-node"
,
impl_version
:
"0.1"
,
impl_name
:
"polkadot-test-node"
.to_string
()
,
impl_version
:
"0.1"
.to_string
()
,
role
,
task_executor
,
transaction_pool
:
Default
::
default
(),
...
...
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