mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
fix: Typo granpda -> grandpa (#4286)
This commit is contained in:
committed by
Robert Habermeier
parent
d4785ea314
commit
c071276187
@@ -28,7 +28,7 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
// re-export since this is necessary for `impl_apis` in runtime.
|
||||
pub use sp_finality_granpda as fg_primitives;
|
||||
pub use sp_finality_grandpa as fg_primitives;
|
||||
|
||||
use rstd::prelude::*;
|
||||
use codec::{self as codec, Encode, Decode, Error};
|
||||
|
||||
Reference in New Issue
Block a user