Update fcoin to fix testnet activation period

This commit is contained in:
Sky Young 2018-10-18 18:23:51 -06:00
parent dad804eb64
commit be533c026f

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"version": "5.0.0-beta.80", "version": "5.0.0-beta.81",
"main": "./index.js", "main": "./index.js",
"repository": "git://github.com/oipwg/flocore-node.git", "repository": "git://github.com/oipwg/flocore-node.git",
"homepage": "https://github.com/oipwg/flocore-node", "homepage": "https://github.com/oipwg/flocore-node",
@ -37,7 +37,7 @@
"commander": "^2.8.1", "commander": "^2.8.1",
"errno": "^0.1.4", "errno": "^0.1.4",
"express": "^4.13.3", "express": "^4.13.3",
"fcoin": "1.0.0-beta.24", "fcoin": "1.0.0-beta.25",
"flocore-lib": "0.15.1", "flocore-lib": "0.15.1",
"flocore-p2p": "5.0.0-beta.6", "flocore-p2p": "5.0.0-beta.6",
"florincoind-rpc": "0.7.1", "florincoind-rpc": "0.7.1",