From f51b237723b87db706cbce2939d20eb193332799 Mon Sep 17 00:00:00 2001 From: stickies-v Date: Fri, 26 Jul 2024 14:23:48 +0100 Subject: [PATCH] refactor: rpc: use uint256::FromHex for ParseHashV uint256S() is deprecated for being unsafe, and will be removed in a future commit. --- src/rpc/util.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/rpc/util.cpp b/src/rpc/util.cpp index dbbf1506d45..678bac7a185 100644 --- a/src/rpc/util.cpp +++ b/src/rpc/util.cpp @@ -19,6 +19,7 @@ #include