diff --git a/substrate/node/src/rpc.rs b/substrate/node/src/rpc.rs index e0a6c16c..326b3bd9 100644 --- a/substrate/node/src/rpc.rs +++ b/substrate/node/src/rpc.rs @@ -9,7 +9,7 @@ use sp_api::ProvideRuntimeApi; use serai_runtime::{ primitives::{SubstrateAmount, PublicKey}, opaque::Block, - Index, + Nonce, }; pub use sc_rpc_api::DenyUnsafe; @@ -33,7 +33,7 @@ pub fn create_full< deps: FullDeps, ) -> Result, Box> where - C::Api: substrate_frame_rpc_system::AccountNonceApi + C::Api: substrate_frame_rpc_system::AccountNonceApi + pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi + BlockBuilder, {