mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 14:15:53 +00:00
8 lines
76 B
Go
8 lines
76 B
Go
|
// +build uint uint64
|
||
|
|
||
|
package models
|
||
|
|
||
|
func init() {
|
||
|
EnableUintSupport()
|
||
|
}
|