mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
d0322ab840
* Added eth_getTransactionCount to the devnet tool * Fixed lint errors
6 lines
71 B
Go
6 lines
71 B
Go
package services
|
|
|
|
func GetNonce(nonce uint64) uint64 {
|
|
return nonce
|
|
}
|