refactoring of impl_decodable_for_uint

This commit is contained in:
Grant Wuerker
2018-10-20 15:15:58 -05:00
parent ba65bdfc6a
commit 9c1d34253a
2 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ macro_rules! impl_encodable_for_uint {
}
// Append bytes to the SszStream
s.append_encoded_raw(&mut buf.to_vec());
s.append_encoded_raw(&buf.to_vec());
}
}
}