mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-08 16:01:36 +00:00
core/types: remove unused auth cache on setcode tx
This commit is contained in:
parent
df0f945f6d
commit
60bcc82b4c
1 changed files with 0 additions and 4 deletions
|
|
@ -21,7 +21,6 @@ import (
|
|||
"crypto/ecdsa"
|
||||
"errors"
|
||||
"math/big"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
|
|
@ -65,9 +64,6 @@ type SetCodeTx struct {
|
|||
V *uint256.Int
|
||||
R *uint256.Int
|
||||
S *uint256.Int
|
||||
|
||||
// caches
|
||||
auths atomic.Pointer[authCache]
|
||||
}
|
||||
|
||||
type authCache []*common.Address
|
||||
|
|
|
|||
Loading…
Reference in a new issue