Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: ce3bd392380e0b02e1b774bcf151fcbbfd523701
https://github.com/btcsuite/btcwallet/commit/ce3bd392380e0b02e1b774bcf151fcbbfd523701
Author: Josh Rickmar <[email protected]>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M rpc/legacyrpc/methods.go
M rpc/legacyrpc/server.go
Log Message:
-----------
Unexport private methods from legacyrpc package.
This unexports every RPC handler function, as well as the
Server.PostClientRPC method which was only called by this package.
Fixes #435.