mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
Removed lingering log statement
This commit is contained in:
parent
28357d657b
commit
c9ac5b0f74
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ package ethpub
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"fmt"
|
|
||||||
"github.com/ethereum/eth-go/ethchain"
|
"github.com/ethereum/eth-go/ethchain"
|
||||||
"github.com/ethereum/eth-go/ethutil"
|
"github.com/ethereum/eth-go/ethutil"
|
||||||
)
|
)
|
||||||
|
|
@ -83,7 +82,6 @@ func (lib *PEthereum) GetStorage(address, storageAddress string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (lib *PEthereum) GetTxCountAt(address string) int {
|
func (lib *PEthereum) GetTxCountAt(address string) int {
|
||||||
fmt.Println("GO")
|
|
||||||
return lib.GetStateObject(address).Nonce()
|
return lib.GetStateObject(address).Nonce()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue