docs(client): fixed typo in client/tx/aux_builder.go (#19643)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
This commit is contained in:
parent
afcb62bd9f
commit
e21d6e4ec9
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user