mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-27 23:41:31 +00:00
Fix a typo.
This commit is contained in:
parent
d493181886
commit
33890d49e9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const (
|
||||||
|
|
||||||
// ProcessedTxNtfnMethod is the method of the btcd
|
// ProcessedTxNtfnMethod is the method of the btcd
|
||||||
// processedtx notification.
|
// processedtx notification.
|
||||||
ProcessedTxNtfnMethod = "processedx"
|
ProcessedTxNtfnMethod = "processedtx"
|
||||||
|
|
||||||
// TxMinedNtfnMethod is the method of the btcd txmined
|
// TxMinedNtfnMethod is the method of the btcd txmined
|
||||||
// notification.
|
// notification.
|
||||||
|
|
Loading…
Add table
Reference in a new issue