mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
ENT-6018: renamed hash agility system properties (#6808)
This commit is contained in:
parent
700cb51091
commit
02018b75e9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user