aboutsummaryrefslogtreecommitdiff
path: root/src/script/ismine.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-02-12 10:47:05 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-02-12 10:50:03 +0100
commit108af52ef75a466be71d04bb973b794eca17e212 (patch)
tree240825d37691b1d99ce72b2502b706e9f451e635 /src/script/ismine.h
parent0dfc25f82a01d9fec26380d95915df31e1fe2c02 (diff)
parent11376b5583a283772c82f6d32d0007cdbf5b8ef0 (diff)
downloadbitcoin-108af52ef75a466be71d04bb973b794eca17e212.tar.xz
Merge #12393: Fix a-vs-an typos
11376b5 Fix a-vs-an typos (practicalswift) Pull request description: Fix a-vs-an typos. Tree-SHA512: 2cf74c15656a20ec13d2da7d86a39d14e634db368833d92da06a78d1266950accfc4fcc89cfecdaadd46e6b48b17e6fad29080428e564871e78482c53f3e855c
Diffstat (limited to 'src/script/ismine.h')
-rw-r--r--src/script/ismine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/ismine.h b/src/script/ismine.h
index b54879cc15..c1338c3a8e 100644
--- a/src/script/ismine.h
+++ b/src/script/ismine.h
@@ -29,7 +29,7 @@ enum isminetype
typedef uint8_t isminefilter;
/* isInvalid becomes true when the script is found invalid by consensus or policy. This will terminate the recursion
- * and return a ISMINE_NO immediately, as an invalid script should never be considered as "mine". This is needed as
+ * and return ISMINE_NO immediately, as an invalid script should never be considered as "mine". This is needed as
* different SIGVERSION may have different network rules. Currently the only use of isInvalid is indicate uncompressed
* keys in SIGVERSION_WITNESS_V0 script, but could also be used in similar cases in the future
*/