Skip to content

Commit

Permalink
feat: new defs for op-services
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 23, 2025
1 parent e488f28 commit d00a5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/types/op_deposit_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (tx *DepositTx) nonce() uint64 { return 0 }
func (tx *DepositTx) to() *common.Address { return tx.To }
func (tx *DepositTx) isSystemTx() bool { return tx.IsSystemTransaction }

Check failure on line 50 in core/types/op_deposit_tx.go

View workflow job for this annotation

GitHub Actions / test

func `(*DepositTx).isSystemTx` is unused (unused)
func (tx *DepositTx) isAnchor() bool { return false }
func (tx *DepositTx) markAsAnchor() error { return ErrInvalidTxType }

func (tx *DepositTx) effectiveGasPrice(dst *big.Int, baseFee *big.Int) *big.Int {
return dst.Set(new(big.Int))
Expand Down

0 comments on commit d00a5f4

Please sign in to comment.