html: display estimated contract fee on the wallets page..

This commit is contained in:
tecnovert
2019-07-25 20:09:46 +02:00
parent a1b3aa74a1
commit 95729275b6
3 changed files with 7 additions and 2 deletions

View File

@@ -373,7 +373,8 @@ def main():
'rpcport': 19796 + port_offset,
'datadir': os.path.join(data_dir, 'bitcoin'),
'bindir': os.path.join(data_dir, 'bin', 'bitcoin'),
'use_segwit': True
'use_segwit': True,
'blocks_confirmed': 1
},
'namecoin': {
'connection_type': 'rpc' if 'namecoin' in with_coins else 'none',