fix function name

This commit is contained in:
ThomasV 2015-05-31 08:49:47 +02:00
parent aa7f056d02
commit 1d5f04c588

View file

@ -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: