mirror of
https://github.com/corda/corda.git
synced 2025-03-22 12:05:59 +00:00
Remove out of date documentation
Remove out of date documentation about the "covering" field of DigitalSignature, which no longer exists.
This commit is contained in:
parent
5e19bad4b5
commit
7898c902e4
@ -22,11 +22,7 @@ fun newSecureRandom(): SecureRandom {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A wrapper around a digital signature. The covering field is a generic tag usable by whatever is interpreting the
|
||||
* signature. It isn't used currently, but experience from Bitcoin suggests such a feature is useful, especially when
|
||||
* building partially signed transactions.
|
||||
*/
|
||||
/** A wrapper around a digital signature. */
|
||||
@CordaSerializable
|
||||
open class DigitalSignature(bits: ByteArray) : OpaqueBytes(bits) {
|
||||
/** A digital signature that identifies who the public key is owned by. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user