forked from lthn/blockchain
compilation warning fixed
This commit is contained in:
parent
8397046c8d
commit
228753d445
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ namespace currency
|
||||||
std::string print_kv_structure(const NOTIFY_REQUEST_CHAIN::request& v)
|
std::string print_kv_structure(const NOTIFY_REQUEST_CHAIN::request& v)
|
||||||
{
|
{
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
size_t i = 0;
|
|
||||||
ss << "block_ids: {" << ENDL << print_container_of_hashs(v.block_ids, 2) << ENDL << "}";
|
ss << "block_ids: {" << ENDL << print_container_of_hashs(v.block_ids, 2) << ENDL << "}";
|
||||||
return ss.str();
|
return ss.str();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue