Branch: refs/heads/jcv_rpcnames
Home: https://github.com/btcsuite/btcwallet
Commit: 82e743754fd81d37bda274f1fb3819140e1ff5fb
https://github.com/btcsuite/btcwallet/commit/82e743754fd81d37bda274f1fb3819140e1ff5fb
Author: John C. Vernaleo <[email protected]>
Date: 2016-03-03 (Thu, 03 Mar 2016)
Changed paths:
M rpc/api.proto
M rpc/documentation/api.md
M rpc/rpcserver/server.go
M rpc/walletrpc/api.pb.go
Log Message:
-----------
Rename some rpc commands to something more generic.
StartBtcdRpc becomes StartConsensusRpc.
This is useful for forks such as decred or if someone were to write
another compatible server.
Bump up the api version as this is a change.