mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
Merge pull request #1438 from corda/mnesbit-remove-dead-code
Remove dead and expensive call to key management service
This commit is contained in:
commit
e27e18a9ec
@ -169,7 +169,6 @@ class NodeVaultService(private val services: ServiceHub) : SingletonSerializeAsT
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun notifyNotaryChange(txns: Iterable<NotaryChangeWireTransaction>) {
|
private fun notifyNotaryChange(txns: Iterable<NotaryChangeWireTransaction>) {
|
||||||
val ourKeys = services.keyManagementService.keys
|
|
||||||
fun makeUpdate(tx: NotaryChangeWireTransaction): Vault.Update<ContractState> {
|
fun makeUpdate(tx: NotaryChangeWireTransaction): Vault.Update<ContractState> {
|
||||||
// We need to resolve the full transaction here because outputs are calculated from inputs
|
// 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
|
// We also can't do filtering beforehand, since output encumbrance pointers get recalculated based on
|
||||||
|
Loading…
Reference in New Issue
Block a user