URI: 
       tfix function name - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1d5f04c58840196f96e1a7f1a7a4969f6386da7d
   DIR parent aa7f056d02c62590cbac2a8e64e310571c5b46bb
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 31 May 2015 08:49:47 +0200
       
       fix function name
       
       Diffstat:
         M lib/commands.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/commands.py b/lib/commands.py
       t@@ -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: