X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=lib%2Fcommands.py;h=53a829d018e9f6c5e9ed10ad46c1bf746242f7f6;hb=d51a8d0f252b3a57d0b2ab1e2149890d97322824;hp=5e105d9d698ba90123e6678814a061277bcb7c03;hpb=27977e6eb0624075d74c773310edad2138db2ef4;p=electrum-nvc.git diff --git a/lib/commands.py b/lib/commands.py index 5e105d9..53a829d 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -247,7 +247,7 @@ class Commands: def mktx(self, to_address, amount, fee = None, change_addr = None, domain = None): tx = self._mktx([(to_address, amount)], fee, change_addr, domain) - return tx.as_dict() + return tx def mksendmanytx(self, outputs, fee = None, change_addr = None, domain = None): tx = self._mktx(outputs, fee, change_addr, domain)