Skip to content

Commit

Permalink
Touch up lines
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berman committed Nov 18, 2021
1 parent 9d9d2c6 commit a06213a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,6 @@ bool Blockchain::validate_miner_transaction(const block& b, size_t cumulative_bl
partial_block_reward = true;
base_reward = money_in_use - fee;
}

return true;
}
//------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tests/crypto/siphash_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ int siphash_test(void) {
}

return any_failed;
}
}
2 changes: 1 addition & 1 deletion tests/crypto/siphash_test_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -2823,4 +2823,4 @@ const uint8_t vectors_hsip64[64][8] = {
0x60,
0x87,
},
};
};

0 comments on commit a06213a

Please sign in to comment.