Skip to content

Commit

Permalink
remove chainspec rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 22, 2024
1 parent 2bd8af7 commit 4881f8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solo-chains/node/tanssi-relay-service/src/dev_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ where
.expect("Genesis block exists; qed");
let properties = chain_spec.properties();

io.merge(ChainSpec::new(chain_name, genesis_hash, properties).into_rpc())?;
io.merge(System::new(client.clone(), pool.clone()).into_rpc())?;
io.merge(TransactionPayment::new(client.clone()).into_rpc())?;

Expand Down

0 comments on commit 4881f8f

Please sign in to comment.