blob: 6aa2ed241bb138b6b0242858d4e2fbe615174426 [file] [log] [blame]
package v4
// WithUnsignedPayload will enable and set the UnsignedPayload field to
// true of the signer.
func WithUnsignedPayload(v4 *Signer) {
v4.UnsignedPayload = true
}