Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanokashi committed Oct 1, 2024
1 parent e885dad commit 06711b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vald/evm/rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
// results.TxReceiptResult with *types.Receipt.
type TxReceiptResult results.Result[types.Receipt]

// AsResult returns the TxReceiptResult as the underlying type results.Result[types.Receipt]
func (r TxReceiptResult) AsResult() results.Result[types.Receipt] {
return results.Result[types.Receipt](r)
}
Expand Down

0 comments on commit 06711b7

Please sign in to comment.