mirror of
https://github.com/corda/corda.git
synced 2025-02-28 03:52:42 +00:00
CORDA-1407 Node Explorer - fix total column
This commit is contained in:
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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user