erigon-pulse/cmd/devnettest/services/account.go
leonardchinonso d0322ab840
Added eth_getTransactionCount to the devnet tool (#3734)
* Added eth_getTransactionCount to the devnet tool

* Fixed lint errors
2022-03-18 11:57:23 +00:00

6 lines
71 B
Go

package services
func GetNonce(nonce uint64) uint64 {
return nonce
}