mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Enabled and fixed compiler warnings. (#359)
This commit is contained in:
@@ -218,7 +218,7 @@ namespace msg::usrmsg::bson
|
||||
|
||||
encoder.key(msg::usrmsg::FLD_OUTPUTS);
|
||||
encoder.begin_array();
|
||||
for (int i = 0; i < outputs.size(); i++)
|
||||
for (size_t i = 0; i < outputs.size(); i++)
|
||||
encoder.byte_string_value(outputs[i]);
|
||||
encoder.end_array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user