mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +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()
|
Crypto.registerProviders()
|
||||||
|
|
||||||
// Temp Step. Enable experimental hash agility feature allowing to override default transaction hash algorithm.
|
// Temp Step. Enable experimental hash agility feature allowing to override default transaction hash algorithm.
|
||||||
val txHashAlgoName = System.getProperty("corda.experimental.txHashAlgoName")
|
val txHashAlgoName = System.getProperty("experimental.corda.txHashAlgoName")
|
||||||
val txHashAlgoClass = System.getProperty("corda.experimental.txHashAlgoClass")
|
val txHashAlgoClass = System.getProperty("experimental.corda.txHashAlgoClass")
|
||||||
HashAgility.init(txHashAlgoName, txHashAlgoClass)
|
HashAgility.init(txHashAlgoName, txHashAlgoClass)
|
||||||
|
|
||||||
// Step 4. Print banner and basic node info.
|
// Step 4. Print banner and basic node info.
|
||||||
|
Loading…
Reference in New Issue
Block a user