update
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
virtual bool GetSpendsConfirmed(uint256 hash, std::vector<CTransaction> &spends) const;
|
||||
virtual bool GetBlock(uint256 hash, CBlockIndex& blockIdx) const;
|
||||
virtual int32_t GetNotaries(uint8_t pubkeys[64][33], int32_t height, uint32_t timestamp) const;
|
||||
virtual bool GetNotarizationData(uint256 notarisationHash, NotarizationData &data) const;
|
||||
virtual bool GetNotarizationData(uint256 notarizationHash, NotarizationData &data) const;
|
||||
virtual bool CheckNotaryInputs(const CTransaction &tx, uint32_t height, uint32_t timestamp) const;
|
||||
virtual uint32_t GetAssetchainsCC() const;
|
||||
virtual std::string GetAssetchainsSymbol() const;
|
||||
@@ -158,7 +158,7 @@ extern char SMART_CHAIN_SYMBOL[65];
|
||||
|
||||
|
||||
/*
|
||||
* Data from notarisation OP_RETURN from chain being notarised
|
||||
* Data from notarization OP_RETURN from chain being notarized
|
||||
*/
|
||||
class NotarizationData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user