Skip to content

Commit

Permalink
fixed spending zerocoin bug and fork at block 22000
Browse files Browse the repository at this point in the history
  • Loading branch information
insomp committed Feb 18, 2017
1 parent 0359bcb commit a614887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ bool CTransaction::CheckTransaction(CValidationState &state, uint256 hashTx, boo
pubCoinTx.value = pubCoin;
pubCoinTx.randomness = 0;
pubCoinTx.serialNumber = 0;
pubCoinTx.nHeight = -1;https://github.com/zcoinofficial/zcoin.git
pubCoinTx.nHeight = -1;
printf("INSERT PUBCOIN ID: %d\n", pubCoinTx.id);
walletdb.WriteZerocoinEntry(pubCoinTx);
}
Expand Down

0 comments on commit a614887

Please sign in to comment.