From e5bc17d48127e088dfa71975831370b8e3c6eadd Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 14 Jul 2020 20:28:01 -0700 Subject: [PATCH] Bug fix --- README.md | 6 ++++++ src/cryptonote_core/cryptonote_basic.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d75373e..cde9bc4 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index 399dd49..4235f01 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -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 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;