Add memory pool based fee estimates
- fee estimates can use ETA or mempool - require protocol version 1.2 - remove fee_unit preference
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ELECTRUM_VERSION = '3.0.6' # version of the client package
|
||||
PROTOCOL_VERSION = '1.1' # protocol version requested
|
||||
PROTOCOL_VERSION = '1.2' # protocol version requested
|
||||
|
||||
# The hash of the mnemonic seed must begin with this
|
||||
SEED_PREFIX = '01' # Standard wallet
|
||||
|
||||
Reference in New Issue
Block a user