mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix
This commit is contained in:
parent
a3d4c575c6
commit
c9c5c0d3bd
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ class Wallet:
|
||||||
|
|
||||||
self.gap_limit = 5 # configuration
|
self.gap_limit = 5 # configuration
|
||||||
self.fee = 100000
|
self.fee = 100000
|
||||||
|
self.num_zeros = 0
|
||||||
self.master_public_key = ''
|
self.master_public_key = ''
|
||||||
|
|
||||||
# saved fields
|
# saved fields
|
||||||
|
|
Loading…
Add table
Reference in a new issue