rework funcs

This commit is contained in:
Jaremy Creechley 2023-12-11 13:14:37 -07:00
parent 68c333f2a8
commit af51366de6
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -133,7 +133,7 @@ impl StorageProofs {
builder.push_input(name, decode_u256(val)?); builder.push_input(name, decode_u256(val)?);
} }
}, },
None => todo!(), _ => return Err("expected inner array of u256".to_string()),
} }
} }
} else { } else {