Skip to content

Commit

Permalink
core/types: fixed typo (#21897)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Nov 25, 2020
1 parent 59b480a commit 29efe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/transaction.go
Expand Up @@ -213,7 +213,7 @@ func (tx *Transaction) Hash() common.Hash {
}

// Size returns the true RLP encoded storage size of the transaction, either by
// encoding and returning it, or returning a previsouly cached value.
// encoding and returning it, or returning a previously cached value.
func (tx *Transaction) Size() common.StorageSize {
if size := tx.size.Load(); size != nil {
return size.(common.StorageSize)
Expand Down

0 comments on commit 29efe1f

Please sign in to comment.