fix: Typo granpda -> grandpa (#4286)

This commit is contained in:
Bryant Eisenbach
2019-12-03 18:05:05 -05:00
committed by Robert Habermeier
parent d4785ea314
commit c071276187
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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};