This commit is contained in:
parent
b722fc7a30
commit
10af356df5
2
Main.hs
2
Main.hs
@ -17,7 +17,7 @@ deriveJSON defaultOptions ''Name
|
||||
|
||||
|
||||
namecoin :: [String] -> CreateProcess
|
||||
namecoin args = shell ("namecoin-cli -conf=$HOME/.config/namecoin " ++ unwords args)
|
||||
namecoin args = shell ("namecoind -conf=$HOME/.config/namecoin " ++ unwords args)
|
||||
|
||||
|
||||
readCommand = readCreateProcess (namecoin ["name_list"]) ""
|
||||
|
Loading…
Reference in New Issue
Block a user