Branch: refs/heads/master
Home: https://github.com/conformal/btcws
Commit: fc07555ad3a527ab1ee601fe91a90c50f27871f6
https://github.com/conformal/btcws/commit/fc07555ad3a527ab1ee601fe91a90c50f27871f6
Author: Dave Collins <[email protected]>
Date: 2014-04-11 (Fri, 11 Apr 2014)
Changed paths:
M notifications.go
Log Message:
-----------
Update for latest btcjson API changes.
This commit modifies the AllVerboseTxNtfn command to use a parser along
with the standard btcjson.RegisterCustomCmd instead of the now removed
RegisterCustomCmdGenerator function. This is possible due to the recent
changes that defers the unmarshalling of the parameters of a RawCmd to the
parser.