Skip to content

Commit

Permalink
Fix typos in Service class
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Nov 26, 2024
1 parent 4849acd commit 40130f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitcoinlib/services/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def mempool(self, txid=''):
"""
Get list of all transaction IDs in the current mempool
A full list of transactions ID's will only be returned if a bcoin or bitcoind client is available. Otherwise
A full list of transactions ID's will only be returned if a bcoin or bitcoind client is available. Otherwise,
specify the txid option to verify if a transaction is added to the mempool.
:param txid: Check if transaction with this hash exists in memory pool
Expand All @@ -626,7 +626,7 @@ def mempool(self, txid=''):

def getcacheaddressinfo(self, address):
"""
Get address information from cache. I.e. balance, number of transactions, number of utox's, etc
Get address information from cache. I.e. balance, number of transactions, number of utxo's, etc
Cache will only be filled after all transactions for a specific address are retrieved (with gettransactions ie)
Expand Down

0 comments on commit 40130f9

Please sign in to comment.