![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| bool | SignBlockWithKey (CBlock &block, const CKey &key) |
| bool | GetKeyIDFromUTXO (const CTxOut &txout, CKeyID &keyID) |
| bool | SignBlock (CBlock &block, const CKeyStore &keystore) |
| bool | CheckBlockSignature (const CBlock &block) |
| bool CheckBlockSignature | ( | const CBlock & | block | ) |
Each block is signed by the private key of the input that is staked. This is a normal UTXO. UTXO: The public key that signs must match the public key associated with the first utxo of the coinstake tx.
Definition at line 57 of file blocksignature.cpp.
Definition at line 17 of file blocksignature.cpp.
Definition at line 9 of file blocksignature.cpp.
1.8.17