commit 0feb004a3fb165860db08e6f107bf5503cfaaaa3 parent 88302c6447139a4687c43cc1837bddf3b3eeae06 Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 19 Jun 2020 16:23:02 +0530 comment Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt @@ -19,4 +19,5 @@ package tech.libeufin.nexus +// TODO: define common interface for all bank connection protocols here! interface BankConnectionProtocol \ No newline at end of file