diff --git a/substrate/node/src/rpc.rs b/substrate/node/src/rpc.rs index f76168c1..dd205a94 100644 --- a/substrate/node/src/rpc.rs +++ b/substrate/node/src/rpc.rs @@ -29,10 +29,10 @@ pub fn create_full< deps: FullDeps, ) -> Result, Box> where - C::Api: substrate_frame_rpc_system::AccountNonceApi + - pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi + - pallet_contracts_rpc::ContractsRuntimeApi + - BlockBuilder, + C::Api: substrate_frame_rpc_system::AccountNonceApi + + pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi + + pallet_contracts_rpc::ContractsRuntimeApi + + BlockBuilder, { use substrate_frame_rpc_system::{System, SystemApiServer}; use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApiServer};