mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +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
|
||||
}
|
||||
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) {
|
||||
notarise().first
|
||||
} else transaction
|
||||
|
Loading…
Reference in New Issue
Block a user