Address David feedback

This commit is contained in:
emostov
2020-12-29 10:58:46 -08:00
parent 900340fafd
commit ce36380a48
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ use sp_core::storage::StorageKey;
use crate::Encoded;
/// 5 min `mortal_period` in milliseconds, to be adjusted based on expected block time
pub const BASELINE_MORTAL_PERIOD: u64 = 5 * 60 * 1000;
const BASELINE_MORTAL_PERIOD: u64 = 5 * 60 * 1000;
/// Metadata error.
#[derive(Debug, thiserror::Error)]