mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
CORDA-3443: Do not log warning when appending duplicated network parameters (#5739)
This commit is contained in:
parent
890aaad898
commit
a791e38319
@ -90,7 +90,7 @@ class DBNetworkParametersStorage(
|
||||
val hash = signedNetworkParameters.raw.hash
|
||||
log.trace { "Parameters to save $networkParameters with hash $hash" }
|
||||
database.transaction {
|
||||
hashToParameters.addWithDuplicatesAllowed(hash, signedNetworkParameters)
|
||||
hashToParameters.addWithDuplicatesAllowed(hash, signedNetworkParameters, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user