Bug fix
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
Node-CryptoForkNote-Util with Merged Mining support
|
Node-CryptoForkNote-Util with Merged Mining support
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
Installing locally and testing
|
||||||
|
-----
|
||||||
|
```
|
||||||
|
npm install https://github.com/MoneroOcean/node-cryptoforknote-util
|
||||||
|
```
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
@@ -389,7 +389,6 @@ namespace cryptonote
|
|||||||
uint8_t minor_version;
|
uint8_t minor_version;
|
||||||
crypto::hash prev_id;
|
crypto::hash prev_id;
|
||||||
uint32_t nonce;
|
uint32_t nonce;
|
||||||
offshore::pricing_record pricing_record;
|
|
||||||
size_t number_of_transactions;
|
size_t number_of_transactions;
|
||||||
std::vector<crypto::hash> miner_tx_branch;
|
std::vector<crypto::hash> miner_tx_branch;
|
||||||
transaction miner_tx;
|
transaction miner_tx;
|
||||||
@@ -492,6 +491,7 @@ namespace cryptonote
|
|||||||
crypto::hash prev_id;
|
crypto::hash prev_id;
|
||||||
uint64_t nonce;
|
uint64_t nonce;
|
||||||
uint64_t nonce8;
|
uint64_t nonce8;
|
||||||
|
offshore::pricing_record pricing_record;
|
||||||
crypto::cycle cycle;
|
crypto::cycle cycle;
|
||||||
crypto::cycle40 cycle40;
|
crypto::cycle40 cycle40;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user