Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 33546047e3bdd4c724ee026395c350eed54f10ad
https://github.com/conformal/btcd/commit/33546047e3bdd4c724ee026395c350eed54f10ad
Author: Dave Collins <[email protected]>
Date: 2014-12-21 (Sun, 21 Dec 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Use correct error name in handleGetRawTransaction.
This commit corrects the error check from the createTxRawResult call in
handleGetRawTransaction. It was previously given a different name which
resulted in the wrong error being checked.
Fixes #196.