Rename polkadot-serializer -> substrate-serializer

This commit is contained in:
Gav
2018-02-07 11:47:30 +01:00
parent 6071774f57
commit a5195dfce6
21 changed files with 56 additions and 57 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub struct ValidationResult {
#[cfg(test)]
mod tests {
use super::*;
use polkadot_serializer as ser;
use substrate_serializer as ser;
#[test]
fn test_validation_result() {