Transfer wrapper bug fixes
Compare changes
+ 30
− 5
@@ -34,7 +34,7 @@ class Transaction(Wrapper):
@@ -34,7 +34,7 @@ class Transaction(Wrapper):
@@ -118,7 +118,7 @@ Comment:
@@ -118,7 +118,7 @@ Comment:
def __init__(self, pgp_fingerprint, recipient, coins, message='', keyid=None, server=None, port=None):
@@ -135,12 +135,37 @@ Coins:
@@ -135,12 +135,37 @@ Coins:
@@ -172,7 +197,7 @@ Coins:
@@ -172,7 +197,7 @@ Coins:
def __init__(self, pgp_fingerprint, amendment, coins, message='', keyid=None, server=None, port=None):
@@ -189,7 +214,7 @@ class Issue(MonoTransaction):
@@ -189,7 +214,7 @@ class Issue(MonoTransaction):
@@ -206,7 +231,7 @@ class Fusion(MonoTransaction):
@@ -206,7 +231,7 @@ class Fusion(MonoTransaction):
def __init__(self, pgp_fingerprint, old_coins, new_coins, message='', keyid=None, server=None, port=None):