Skip to content

Commit

Permalink
Update Currency.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
HashHound committed Jul 11, 2024
1 parent b8aa167 commit 7da3b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteCore/Currency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ bool Currency::constructGenesisTransaction(Transaction& tx) const {
tx.outputs.push_back(out);

tx.version = CURRENT_TRANSACTION_VERSION;
tx.unlockTime = 0;
tx.unlockTime = 60;

return true;
}
Expand Down

0 comments on commit 7da3b57

Please sign in to comment.