Fix a typo.

This commit is contained in:
Josh Rickmar 2014-01-09 11:51:51 -05:00
parent d493181886
commit 33890d49e9

View file

@ -36,7 +36,7 @@ const (
// ProcessedTxNtfnMethod is the method of the btcd
// processedtx notification.
ProcessedTxNtfnMethod = "processedx"
ProcessedTxNtfnMethod = "processedtx"
// TxMinedNtfnMethod is the method of the btcd txmined
// notification.