Add BooleanBitfield struct

This commit is contained in:
Paul Hauner
2018-07-12 14:59:50 +10:00
parent 4c7b2eec2c
commit 5e362567e6
11 changed files with 161 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ mod tests {
}
#[test]
fn test_serialization() {
fn test_rlp_serialization() {
let keypair = get_dangerous_test_keypair();
let v = ValidatorRecord {
pubkey: keypair.public,