Branch: refs/heads/master
Home: https://github.com/conformal/btcws
Commit: ce482901693110fe7213f6d6c1760c9810c84c7d
https://github.com/conformal/btcws/commit/ce482901693110fe7213f6d6c1760c9810c84c7d
Author: Dave Collins <[email protected]>
Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths:
M cmds.go
M cmds_test.go
M notifications.go
M notifications_test.go
Log Message:
-----------
Rename new transaction register/notifications.
This commit renames the notifyallnewtxs RPC to notifynewtransactions to be
more consistent with the standard RPC names and to more accurately
reflect its intention which is to register for new transactions as they
are accepted to the memory pool. In addition, the notifications produced
have been renamed to txaccepted and txacceptedverbose depending on whether
or not the verbose flag was set when the client registered to receive the
notifications via notifynewtransactions.
This closes conformal/btcd#98.