mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-30 17:01:29 +00:00
Fix some doc typos (from oga@)
This commit is contained in:
parent
440f336d34
commit
850870f14b
1 changed files with 4 additions and 5 deletions
|
@ -191,11 +191,10 @@ func CreateMessage(message string, args ...interface{}) ([]byte, error) {
|
||||||
return finalMessage, err
|
return finalMessage, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateMessage takes a string, an id, and the optional arguments for it.
|
// CreateMessageWithId takes a string, an id, and the optional arguments for
|
||||||
// Then, if it is a recognized bitcoin json message, generates the json message
|
// it. Then, if it is a recognized bitcoin json message, generates the json
|
||||||
// ready to send off to the daemon or server.
|
// message ready to send off to the daemon or server. It is capable of handling
|
||||||
// It is capable of handeling all of the commands from the standard client,
|
// all of the commands from the standard client, described at:
|
||||||
// described at:
|
|
||||||
// https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
|
// https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
|
||||||
func CreateMessageWithId(message string, id interface{}, args ...interface{}) ([]byte, error) {
|
func CreateMessageWithId(message string, id interface{}, args ...interface{}) ([]byte, error) {
|
||||||
var finalMessage []byte
|
var finalMessage []byte
|
||||||
|
|
Loading…
Add table
Reference in a new issue