From 5988baf47c4f37c4173ee59520c0504ddf5a630a Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 29 Jun 2015 05:23:26 +0200 Subject: [PATCH] Use the new namecoin-cli command --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index f4b98d0..5fa1836 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -46,7 +46,7 @@ exec ProgArgs{..} = doLocal :: String -> Bool -> IO () doLocal name block = do - out <- readProcess "namecoind" ["name_show", name] "" + out <- readProcess "namecoin-cli" ["name_show", name] "" case decode (pack out) of Nothing -> putStrLn "Error parsing data" Just res -> do