mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
refactoring barak
This commit is contained in:
@@ -9,6 +9,10 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
// XXX Need to get PrivAccount somehow to sign the request.
|
||||
// XXX Actually, more like, how do I even sign these?
|
||||
// XXX Let's just sign it janky for now and modify later.
|
||||
|
||||
response := []btypes.ResponseListProcesses{}
|
||||
response2, err := rpc.Call("http://127.0.0.1:8082", "list_processes", Arr(), &response)
|
||||
fmt.Printf("%v\n", response)
|
||||
|
||||
Reference in New Issue
Block a user