api-rpc-pegnet 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- api-rpc-pegnet.cabal +2/−2
- src/PegNet/RPC/Api.hs +1/−1
api-rpc-pegnet.cabal view
@@ -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
src/PegNet/RPC/Api.hs view
@@ -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.