forked from lthn/blockchain
fixed typo
This commit is contained in:
parent
42be0af5a2
commit
5448441c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue