forked from lthn/blockchain
coretests: fill_tx_rpc_inputs temporarily disabled
This commit is contained in:
parent
4197736fe2
commit
13b09ee914
3 changed files with 7 additions and 1 deletions
|
|
@ -1154,7 +1154,7 @@ int main(int argc, char* argv[])
|
|||
GENERATE_AND_PLAY(one_block);
|
||||
GENERATE_AND_PLAY(gen_ring_signature_1);
|
||||
GENERATE_AND_PLAY(gen_ring_signature_2);
|
||||
GENERATE_AND_PLAY(fill_tx_rpc_inputs);
|
||||
//GENERATE_AND_PLAY(fill_tx_rpc_inputs); temporary disable, waiting for fix from @stepan-dolgorukov
|
||||
//GENERATE_AND_PLAY(gen_ring_signature_big); // Takes up to XXX hours (if CURRENCY_MINED_MONEY_UNLOCK_WINDOW == 10)
|
||||
|
||||
// tests for outputs mixing in
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright (c) 2024 Zano Project
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
#include "chaingen.h"
|
||||
#include "daemon_rpc.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright (c) 2024 Zano Project
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue