docs(client): fixed typo in client/tx/aux_builder.go (#19643)

Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
This commit is contained in:
Hwangjae Lee 2024-03-05 16:52:30 +09:00 committed by GitHub
parent afcb62bd9f
commit e21d6e4ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@ func (b *AuxTxBuilder) SetExtensionOptions(extOpts ...*codectypes.Any) {
b.auxSignerData.SignDoc.BodyBytes = nil
}
// SetSignature sets the aux signer's signature.
// SetNonCriticalExtensionOptions sets the aux signer's non-critical extension options.
func (b *AuxTxBuilder) SetNonCriticalExtensionOptions(extOpts ...*codectypes.Any) {
b.checkEmptyFields()