diff --git a/validate.go b/validate.go index 73f8d60d..c072b00f 100644 --- a/validate.go +++ b/validate.go @@ -605,7 +605,7 @@ func checkTransactionInputs(tx *btcwire.MsgTx, txHeight int64, txStore map[btcwi originTx, exists := txStore[*txInHash] if !exists { str := fmt.Sprintf("unable to find input transaction "+ - "%v for transaction %v", txHash, txInHash) + "%v for transaction %v", txInHash, txHash) return 0, RuleError(str) }