From ea83274068a74022743bd7b1345ab2701e8236d4 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 29 Oct 2019 10:05:23 -0400 Subject: [PATCH] fixup: fjahr review comment --- src/consensus/tx_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consensus/tx_check.cpp b/src/consensus/tx_check.cpp index fc8b8efd6ca2fe..88bb12c713dc1d 100644 --- a/src/consensus/tx_check.cpp +++ b/src/consensus/tx_check.cpp @@ -7,7 +7,7 @@ #include #include -bool CheckTransaction(const CTransaction& tx, TxValidationState &state) +bool CheckTransaction(const CTransaction& tx, TxValidationState& state) { // Basic checks that don't depend on any context if (tx.vin.empty())