mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix function name
This commit is contained in:
parent
aa7f056d02
commit
1d5f04c588
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ class Commands:
|
|||
if r:
|
||||
return {'address':r[0]}
|
||||
|
||||
def createrawtransaction(self, inputs, outputs):
|
||||
def createrawtx(self, inputs, outputs):
|
||||
coins = self.wallet.get_spendable_coins(exclude_frozen = False)
|
||||
tx_inputs = []
|
||||
for i in inputs:
|
||||
|
|
Loading…
Add table
Reference in a new issue