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:
Ross Nicoll 2017-03-10 15:36:37 +00:00 committed by Mike Hearn
parent 5e19bad4b5
commit 7898c902e4

View File

@ -22,11 +22,7 @@ fun newSecureRandom(): SecureRandom {
} }
} }
/** /** A wrapper around a digital signature. */
* 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.
*/
@CordaSerializable @CordaSerializable
open class DigitalSignature(bits: ByteArray) : OpaqueBytes(bits) { open class DigitalSignature(bits: ByteArray) : OpaqueBytes(bits) {
/** A digital signature that identifies who the public key is owned by. */ /** A digital signature that identifies who the public key is owned by. */