mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Remove unused raw-pointer read helper from univalue
This commit is contained in:
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user