From 2d5bfb45e22fe5f63da520e07996a82a16dae941 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Mon, 21 May 2018 13:34:29 -0700 Subject: [PATCH] Update testnet rpcPort --- lib/protocol/networks.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/protocol/networks.js b/lib/protocol/networks.js index 7edec919..d3612302 100644 --- a/lib/protocol/networks.js +++ b/lib/protocol/networks.js @@ -707,7 +707,7 @@ testnet.addressPrefix = { testnet.requireStandard = false; -testnet.rpcPort = 17312; +testnet.rpcPort = 17313; testnet.minRelay = 1000; diff --git a/package.json b/package.json index 71fcb1b0..c0b93e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fcoin", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "description": "Flo bike-shed", "license": "MIT", "repository": "git://github.com/oipwg/fcoin.git",