From 0293a7acb2bf83766d7861aea52b5f18d594ce68 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Thu, 4 Jun 2020 18:07:33 -0600 Subject: [PATCH] Bump fcoin to v1.1.4 This fixes an issue on Regtest sync where blocks would stop at 4949 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeea683c..355bf403 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "commander": "^2.8.1", "errno": "^0.1.4", "express": "^4.13.3", - "fcoin": "^1.1.3", + "fcoin": "^1.1.4", "flocore-lib": "^0.15.2", "flocore-message": "^1.0.7", "flocore-p2p": "^5.0.0-beta.8",