mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +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