|
@ -102,7 +102,7 @@ class PendingAccount(Account): |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
def get_addresses(self, is_change): |
|
|
def get_addresses(self, is_change): |
|
|
return [self.pending_address] |
|
|
return [] if is_change else [self.pending_address] |
|
|
|
|
|
|
|
|
def has_change(self): |
|
|
def has_change(self): |
|
|
return False |
|
|
return False |
|
|