rename iter_operations to iter_coming
This commit is contained in:
parent
9bd7346261
commit
8f282c9ae8
10 changed files with 18 additions and 16 deletions
|
|
@ -238,7 +238,7 @@ class Boobank(ReplApplication):
|
|||
|
||||
def do(backend):
|
||||
account = backend.get_account(id)
|
||||
return backend.iter_operations(account)
|
||||
return backend.iter_coming(account)
|
||||
|
||||
for backend, operation in self.do(do, backends=names):
|
||||
self.format(operation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue