dump cryptocoins info hide

master
wipedlife 2021-06-20 05:22:19 +03:00
parent 20c75f9332
commit 2273410c56
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ int main(int argc, char ** argv){
if(argc != 3) return eprintf("%s host port\n", argv[0], argv[1], argv[2]); if(argc != 3) return eprintf("%s host port\n", argv[0], argv[1], argv[2]);
struct cryptocoin * cryptocoins = init_cryptocoins("cryptocoins.ini"); struct cryptocoin * cryptocoins = init_cryptocoins("cryptocoins.ini");
dump_cryptocoins(cryptocoins); //dump_cryptocoins(cryptocoins);
example(); example();
/* /*