From 33890d49e92b051894bcd53552bde1cee55dbc70 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 9 Jan 2014 11:51:51 -0500 Subject: [PATCH] Fix a typo. --- notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.go b/notifications.go index b366a49a9..3fd4c7cbc 100644 --- a/notifications.go +++ b/notifications.go @@ -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.