This commit is contained in:
MoneroOcean
2020-07-14 20:28:01 -07:00
parent ff44cdf578
commit e5bc17d481
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Node-CryptoForkNote-Util with Merged Mining support
===================================================
Installing locally and testing
-----
```
npm install https://github.com/MoneroOcean/node-cryptoforknote-util
```
Dependencies
------------

View File

@@ -389,7 +389,6 @@ namespace cryptonote
uint8_t minor_version;
crypto::hash prev_id;
uint32_t nonce;
offshore::pricing_record pricing_record;
size_t number_of_transactions;
std::vector<crypto::hash> miner_tx_branch;
transaction miner_tx;
@@ -492,6 +491,7 @@ namespace cryptonote
crypto::hash prev_id;
uint64_t nonce;
uint64_t nonce8;
offshore::pricing_record pricing_record;
crypto::cycle cycle;
crypto::cycle40 cycle40;