Branch: refs/heads/master
Home: https://github.com/conformal/btcws
Commit: fdc49d6a304d36b9bd2ab09232b013e4b8ff694e
https://github.com/conformal/btcws/commit/fdc49d6a304d36b9bd2ab09232b013e4b8ff694e
Author: Dave Collins <[email protected]>
Date: 2014-04-11 (Fri, 11 Apr 2014)
Changed paths:
M notifications.go
M notifications_test.go
Log Message:
-----------
Convert NewTxNtfn to use new concrete type.
The NewTxNtfn notification was previously using a map[string]interface.
This commit modifies it to use the new concrete type
btcjson.ListTransactionsResult instead which allows nicer marshalling and
unmarshalling.
ok @jrick