mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-02 22:21:44 +00:00
sign_tx to sign any transaction
This commit is contained in:
@ -11,6 +11,6 @@ func initHandlers() {
|
||||
http.HandleFunc("/gen_priv_account", GenPrivAccountHandler)
|
||||
http.HandleFunc("/get_account", GetAccountHandler)
|
||||
http.HandleFunc("/list_accounts", ListAccountsHandler)
|
||||
http.HandleFunc("/sign_send_tx", SignSendTxHandler)
|
||||
http.HandleFunc("/sign_tx", SignTxHandler)
|
||||
http.HandleFunc("/list_validators", ListValidatorsHandler)
|
||||
}
|
||||
|
Reference in New Issue
Block a user