This commit is contained in:
Gav
2018-09-27 16:25:53 +01:00
parent a3285e43f6
commit 65b9e11cd8
17 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
//! Polkadot state API.
//! Substrate state API.
use std::{
collections::HashMap,
@@ -44,7 +44,7 @@ mod tests;
use self::error::Result;
build_rpc_trait! {
/// Polkadot state API
/// Substrate state API
pub trait StateApi<Hash> {
type Metadata;