mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Remove unused raw-pointer read helper from univalue
This commit is contained in:
parent
dfe2dc1d84
commit
fa940f41ea
13 changed files with 27 additions and 26 deletions
|
|
@ -394,7 +394,7 @@ BOOST_AUTO_TEST_CASE(bip341_spk_test_vectors)
|
|||
using control_set = decltype(TaprootSpendData::scripts)::mapped_type;
|
||||
|
||||
UniValue tests;
|
||||
tests.read((const char*)json_tests::bip341_wallet_vectors, sizeof(json_tests::bip341_wallet_vectors));
|
||||
tests.read(json_tests::bip341_wallet_vectors);
|
||||
|
||||
const auto& vectors = tests["scriptPubKey"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue