mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Remove dead and expensive call to key management service
This commit is contained in:
parent
6fa20e33da
commit
810e6a230e
@ -169,7 +169,6 @@ class NodeVaultService(private val services: ServiceHub) : SingletonSerializeAsT
|
||||
}
|
||||
|
||||
private fun notifyNotaryChange(txns: Iterable<NotaryChangeWireTransaction>) {
|
||||
val ourKeys = services.keyManagementService.keys
|
||||
fun makeUpdate(tx: NotaryChangeWireTransaction): Vault.Update<ContractState> {
|
||||
// We need to resolve the full transaction here because outputs are calculated from inputs
|
||||
// We also can't do filtering beforehand, since output encumbrance pointers get recalculated based on
|
||||
|
Loading…
x
Reference in New Issue
Block a user