plugeth-utils/restricted/rlp/rlpgen/testdata/uint256.in.txt
Austin Roberts ffa8007e91 Align RLP and transactions with upstream geth
Align RLP implementation with upstream geth

Remove geth import

Update plugeth-utils version

Strip out ethereum import

Add omitted file
2024-01-17 13:04:34 -06:00

11 lines
138 B
Go

// -*- mode: go -*-
package test
import "github.com/holiman/uint256"
type Test struct {
Int *uint256.Int
IntNoPtr uint256.Int
}