ENT-6018: renamed hash agility system properties (#6808)

This commit is contained in:
Edoardo Ierina 2020-11-17 12:50:31 +00:00 committed by GitHub
parent 700cb51091
commit 02018b75e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,8 +176,8 @@ open class NodeStartup : NodeStartupLogging {
Crypto.registerProviders()
// Temp Step. Enable experimental hash agility feature allowing to override default transaction hash algorithm.
val txHashAlgoName = System.getProperty("corda.experimental.txHashAlgoName")
val txHashAlgoClass = System.getProperty("corda.experimental.txHashAlgoClass")
val txHashAlgoName = System.getProperty("experimental.corda.txHashAlgoName")
val txHashAlgoClass = System.getProperty("experimental.corda.txHashAlgoClass")
HashAgility.init(txHashAlgoName, txHashAlgoClass)
// Step 4. Print banner and basic node info.