mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Making corrections to code formatting
This commit is contained in:
parent
dc4c001f51
commit
c154d65cec
@ -8,13 +8,13 @@ import (
|
||||
|
||||
func main() {
|
||||
var (
|
||||
to string
|
||||
value uint64
|
||||
blockNum string
|
||||
getBalance bool
|
||||
sendTx bool
|
||||
to string
|
||||
value uint64
|
||||
blockNum string
|
||||
getBalance bool
|
||||
sendTx bool
|
||||
txPoolContent bool
|
||||
clearDev bool
|
||||
clearDev bool
|
||||
)
|
||||
|
||||
flag.StringVar(&to, "to", "", "String Address to send to")
|
||||
|
@ -26,4 +26,4 @@ func post(client *http.Client, url, request string, response interface{}) error
|
||||
err = decoder.Decode(response)
|
||||
log.Info("Got in", "time", time.Since(start).Seconds())
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
@ -65,4 +65,4 @@ func ParseRequests(getBalance *bool, sendTx *bool, txpoolContent *bool, clearDev
|
||||
|
||||
func clearDevDB() {
|
||||
fmt.Printf("Clearing ~/dev\n")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user