Branch: refs/heads/master Home: https://github.com/conformal/btcd Commit: e5620d6387f2d854686b0b537bd12728d46f3945 https://github.com/conformal/btcd/commit/e5620d6387f2d854686b0b537bd12728d46f3945 Author: Dave Collins <[email protected]> Date: 2013-10-17 (Thu, 17 Oct 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Correct reply for getrawmempool RPC command.
The RPC command needs to return a slice of hash strings, not the
underlying *btcwire.ShaHash bytes.
