Return transfer id Prevent when the two accounts aren't on the same backend
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
17f6df1e30
commit
935531c5ae
4 changed files with 28 additions and 13 deletions
|
|
@ -24,7 +24,7 @@ if sys.version_info[:2] <= (2, 5):
|
|||
from .base import IBaseCap, CapBaseObject
|
||||
|
||||
|
||||
__all__ = ['Account', 'AccountNotFound', 'ICapBank', 'Operation']
|
||||
__all__ = ['Account', 'AccountNotFound', 'NotEnoughMoney', 'ICapBank', 'Operation']
|
||||
|
||||
|
||||
class AccountNotFound(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue