From a30d77bfb0ed59f7b22c2ae032bd7212c35f53d3 Mon Sep 17 00:00:00 2001 From: Ludo Galabru Date: Thu, 7 May 2020 21:55:00 -0400 Subject: [PATCH] Faucet address match default sidecar faucet address --- testnet/bitcoin-neon-controller/local-leader.toml.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testnet/bitcoin-neon-controller/local-leader.toml.default b/testnet/bitcoin-neon-controller/local-leader.toml.default index d21b0cd76..9ea671448 100644 --- a/testnet/bitcoin-neon-controller/local-leader.toml.default +++ b/testnet/bitcoin-neon-controller/local-leader.toml.default @@ -2,11 +2,11 @@ rpc_bind = "0.0.0.0:28443" block_time = 7000 miner_address = "mtFzK54XtpktHj7fKonFExEPEGkUMsiXdy" -faucet_address = "n3k15aVS4rEWhVYn4YfAFjD8Em5mmsducg" +faucet_address = "mrzLDS7LT3otAnpiRWGYkWipdnAZJaXAZQ" bitcoind_rpc_host = "127.0.0.1:18443" bitcoind_rpc_user = "helium-node" bitcoind_rpc_pass = "secret" -genesis_timestamp = 1588615296 +genesis_timestamp = 1588902103 whitelisted_rpc_calls = [ "listunspent", "importaddress",