Fix typo
This commit is contained in:
parent
93ee197b48
commit
e29b692b9d
@ -350,7 +350,7 @@ class ElectrumX(SessionBase):
|
|||||||
with codecs.open(banner_file, 'r', 'utf-8') as f:
|
with codecs.open(banner_file, 'r', 'utf-8') as f:
|
||||||
banner = f.read()
|
banner = f.read()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.loggererror(f'reading banner file {banner_file}: {e}')
|
self.logger.error(f'reading banner file {banner_file}: {e}')
|
||||||
else:
|
else:
|
||||||
banner = await self.replaced_banner(banner)
|
banner = await self.replaced_banner(banner)
|
||||||
|
|
||||||
@ -547,9 +547,8 @@ class DashElectrumX(ElectrumX):
|
|||||||
result = []
|
result = []
|
||||||
|
|
||||||
def get_masternode_payment_queue(mns):
|
def get_masternode_payment_queue(mns):
|
||||||
'''
|
'''Returns the calculated position in the payment queue for all the
|
||||||
Returns the calculated position in the payment queue for all the valid
|
valid masterernodes in the given mns list.
|
||||||
masterernodes in the given mns list.
|
|
||||||
|
|
||||||
mns: a list of masternodes information.
|
mns: a list of masternodes information.
|
||||||
'''
|
'''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user