Update backend.go

This commit is contained in:
comfsrt 2025-02-13 21:07:13 +01:00 committed by GitHub
parent 7890a56420
commit b7eadabf07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,7 +187,7 @@ func (api *ExternalSigner) SignText(account accounts.Account, text []byte) ([]by
return signature, nil return signature, nil
} }
// signTransactionResult represents the signinig result returned by clef. // signTransactionResult represents the signing result returned by clef.
type signTransactionResult struct { type signTransactionResult struct {
Raw hexutil.Bytes `json:"raw"` Raw hexutil.Bytes `json:"raw"`
Tx *types.Transaction `json:"tx"` Tx *types.Transaction `json:"tx"`