Browse Source

RPC: Include Hash Method in minecoin for new algorithms

Luke Dashjr 11 years ago
parent
commit
8d1b806836
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api.c

+ 1 - 0
api.c

@@ -3099,6 +3099,7 @@ static void minecoin(struct io_data *io_data, __maybe_unused SOCKETTYPE c, __may
 				break;
 				break;
 #endif
 #endif
 			default:
 			default:
+				root = api_add_const(root, "Hash Method", goal->malgo->name, false);
 				break;
 				break;
 		}
 		}