From af51366de62d730e98f4aab9b3133bb7280e3277 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 11 Dec 2023 13:14:37 -0700 Subject: [PATCH] rework funcs --- src/storage_proofs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage_proofs.rs b/src/storage_proofs.rs index 8033fea..4a8cce1 100644 --- a/src/storage_proofs.rs +++ b/src/storage_proofs.rs @@ -133,7 +133,7 @@ impl StorageProofs { builder.push_input(name, decode_u256(val)?); } }, - None => todo!(), + _ => return Err("expected inner array of u256".to_string()), } } } else {