chainntnfs/interface: fix TxConfStatus godocs for linter

This commit is contained in:
Conner Fromknecht 2018-08-24 11:29:09 -07:00
parent f82fd5fe86
commit 20ba489b4a
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -21,7 +21,7 @@ const (
// backend node's txindex.
TxFoundIndex
// TxFoundIndex denotes that the transaction was not found within the
// TxNotFoundIndex denotes that the transaction was not found within the
// backend node's txindex.
TxNotFoundIndex
@ -29,8 +29,8 @@ const (
// chain by scanning for it manually.
TxFoundManually
// TxFoundManually denotes that the transaction was not found within the
// chain by scanning for it manually.
// TxNotFoundManually denotes that the transaction was not found within
// the chain by scanning for it manually.
TxNotFoundManually
)