CORDA-1407 Node Explorer - fix total column

This commit is contained in:
szymonsztuka 2018-06-19 12:21:40 +01:00
parent acefaceaf6
commit 56e1f6c650

@ -122,6 +122,10 @@ class CordaRPCProxyClient(private val targetHostAndPort: NetworkHostAndPort) : C
TODO("not implemented")
}
override fun internalFindVerifiedTransaction(txnId: SecureHash): SignedTransaction? {
TODO("not implemented")
}
override fun internalVerifiedTransactionsFeed(): DataFeed<List<SignedTransaction>, SignedTransaction> {
TODO("not implemented")
}