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:
@@ -20,7 +20,7 @@
|
||||
static UniValue JSON(std::string_view json)
|
||||
{
|
||||
UniValue value;
|
||||
BOOST_CHECK(value.read(json.data(), json.size()));
|
||||
BOOST_CHECK(value.read(json));
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user