forked from cerc-io/ipld-eth-server
5a652190d9
* Upgrade go-ethereum to v1.8 * Add Node Info for parity nodes * Upgrade start_private_blockchain to use v1.8
8 lines
81 B
Go
8 lines
81 B
Go
// +build !cgo appengine
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|