fix(double_spend): Resolve warnings about printf format string
Resolves this warning:
app/spam_double_spend.cpp:91:23: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("[%d] %s\n", addr_count, out_1);