mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Do not remove entropyToKeyPair from DJVM (it is deterministic anyway and we might use it in tests) (#4036)
This commit is contained in:
committed by
GitHub
parent
fa4c54a080
commit
0621efe7c6
@ -138,7 +138,6 @@ class TransactionSignatureTest {
|
||||
val signableData = SignableData(txId, SignatureMetadata(3, Crypto.findSignatureScheme(keyPair.public).schemeNumberID))
|
||||
return CheatingSecurityProvider().use {
|
||||
CryptoSignUtils.doSign(keyPair, signableData)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user