From 1d5f04c58840196f96e1a7f1a7a4969f6386da7d Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 31 May 2015 08:49:47 +0200 Subject: [PATCH] fix function name --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 8405f130c..5679dd09d 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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: