From eadc0fadf1605d3201e4394825c48434f757789c Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 21 Jun 2014 09:20:38 -0600 Subject: [PATCH] Marked emark as POS type coin since auto detection fails --- coins/emark.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coins/emark.json b/coins/emark.json index d14cd3e..076b338 100644 --- a/coins/emark.json +++ b/coins/emark.json @@ -1,5 +1,6 @@ { "name": "eMark", "symbol": "DEM", - "algorithm": "sha256" + "algorithm": "sha256", + "reward": "POS" }