Merge branch '368' into ef-tests

This commit is contained in:
Paul Hauner
2019-05-15 12:33:40 +10:00
25 changed files with 78 additions and 76 deletions

View File

@@ -132,6 +132,7 @@ macro_rules! impl_encodable_for_u8_array {
}
impl_encodable_for_u8_array!(4);
impl_encodable_for_u8_array!(32);
#[cfg(test)]
mod tests {