mirror of
https://github.com/corda/corda.git
synced 2025-06-06 01:11:45 +00:00
ENT-4973 Remove redundant 2PF warning message. (#7470)
* Remove redundant warning message. Additional assertion to validate database records deleted.
This commit is contained in:
parent
98be49c7de
commit
b0ea7a6551
@ -246,7 +246,6 @@ class FinalityFlow private constructor(val transaction: SignedTransaction,
|
|||||||
return stxn
|
return stxn
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
logger.warnOnce("The current usage of FinalityFlow is not using Two Phase Finality. Please consider upgrading your CorDapp (refer to Corda 4.11 release notes).")
|
|
||||||
val stxn = if (requiresNotarisation) {
|
val stxn = if (requiresNotarisation) {
|
||||||
notarise().first
|
notarise().first
|
||||||
} else transaction
|
} else transaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user