Skip to content

Commit

Permalink
make get_system_account_next_index available for no_std (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
masapr authored Jun 22, 2023
1 parent 1e940dc commit b6a998e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/rpc_api/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ pub trait GetAccountInformation {
type AccountData;

/// Retrieves the next account index as available on the node.
// FIXME: Remove std feature #574
#[cfg(feature = "std")]
async fn get_system_account_next_index(
&self,
account_id: Self::AccountId,
Expand Down Expand Up @@ -61,8 +59,6 @@ where
type Index = T::Index;
type AccountData = T::AccountData;

// FIXME: Remove std feature: #574
#[cfg(feature = "std")]
async fn get_system_account_next_index(
&self,
account_id: Self::AccountId,
Expand Down

0 comments on commit b6a998e

Please sign in to comment.