Skip to content

Commit

Permalink
fixup: fjahr review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewbery committed Oct 29, 2019
1 parent dcf5003 commit ea83274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consensus/tx_check.cpp
Expand Up @@ -7,7 +7,7 @@
#include <primitives/transaction.h>
#include <consensus/validation.h>

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())
Expand Down

0 comments on commit ea83274

Please sign in to comment.