Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 0bf4e0e097176a35302adc69090993bf45b2c26d
https://github.com/conformal/btcd/commit/0bf4e0e097176a35302adc69090993bf45b2c26d
Author: Dave Collins <[email protected]>
Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Move getblocktemplate/getwork to askwallet list.
Both of these RPC methods require access to information ony available in
the wallet. Therefore they have been moved to the list of methods which
return an error information the caller to send the request to the wallet
instead.