1
0
Fork 0
forked from lthn/blockchain

fixed typo

This commit is contained in:
cryptozoidberg 2023-07-13 15:55:18 +02:00
parent 42be0af5a2
commit 5448441c8f
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -129,7 +129,7 @@ POP_VS_WARNINGS
template<typename from_type, typename to_type>
struct convert_to_integral<from_type, to_type, false>
{
static void convert(const const std::string& from, uint64_t& to)
static void convert(const std::string& from, uint64_t& to)
{
//attempt to convert string to unsigned int
try