Skip to content

Commit

Permalink
Remove Rocketbank support
Browse files Browse the repository at this point in the history
Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed May 3, 2020
1 parent 9fcac81 commit 7664d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escrow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SUPPORTED_BLOCKCHAINS = []


SUPPORTED_BANKS = ("Alfa-Bank", "Rocketbank", "Sberbank", "Tinkoff")
SUPPORTED_BANKS = ("Alfa-Bank", "Sberbank", "Tinkoff")


def get_escrow_instance(asset: str):
Expand Down

0 comments on commit 7664d1a

Please sign in to comment.