diff --git a/api-rpc-pegnet.cabal b/api-rpc-pegnet.cabal
--- a/api-rpc-pegnet.cabal
+++ b/api-rpc-pegnet.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: fb6ef3f983f51f7adfb76bafdf6c7e81d8542bd82b78244f3cd8fbafe9fdffa4
+-- hash: 16bf9fa675914c0ead6e733131ff148c3bd7114504566d1c296f54f033bfa8bc
 
 name:           api-rpc-pegnet
-version:        0.1.1.0
+version:        0.1.1.1
 synopsis:       simple json-rpc client for PegNet
 description:    simple json-rpc client for PegNet integration
 category:       Web
diff --git a/src/PegNet/RPC/Api.hs b/src/PegNet/RPC/Api.hs
--- a/src/PegNet/RPC/Api.hs
+++ b/src/PegNet/RPC/Api.hs
@@ -48,7 +48,7 @@
 --   Return the current heights synced by pegnetd and the factomd it is communicating with
 reqGetSyncStatus :: RPC SyncStatus
 reqGetSyncStatus =
-  method "get-sync-status" None -- $ List [toJSON height]
+  method "get-sync-status" None
 
 -- | "get-transaction"
 --   Returns the given pegnet transaction if it exists.
