forked from LBRYCommunity/lbry-sdk
db.get_utxos_count -> db.get_utxo_count
This commit is contained in:
parent
944238d542
commit
9cea8d2725
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class BaseDatabase(SQLiteMixin):
|
|||
self.constrain_utxo(constraints)
|
||||
return self.get_txos(**constraints)
|
||||
|
||||
def get_utxos_count(self, **constraints):
|
||||
def get_utxo_count(self, **constraints):
|
||||
self.constrain_utxo(constraints)
|
||||
return self.get_txo_count(**constraints)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue