From d853806d0df9a6a4a18878b973528a2f5c80a29e Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 14 Dec 2016 15:15:01 +1100 Subject: [PATCH] templates: fix bad comment --- src/templates/pubkeyhash/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/pubkeyhash/input.js b/src/templates/pubkeyhash/input.js index f91a322..d085da7 100644 --- a/src/templates/pubkeyhash/input.js +++ b/src/templates/pubkeyhash/input.js @@ -1,4 +1,4 @@ -// {pubKey} OP_CHECKSIG +// {signature} {pubKey} var bscript = require('../../script') var types = require('../../types')