forked from lthn/blockchain
Implemented test for the issue related to TX_SERVICE_ATTACHMENT_ENCRYPT_BODY_ISOLATE_AUDITABLE with outgoing transactions
This commit is contained in:
parent
e3f2170f00
commit
f36f570310
3 changed files with 6 additions and 1 deletions
|
|
@ -995,6 +995,8 @@ namespace tools
|
|||
bool encrypt_buffer(const std::string& buff, std::string& res_buff);
|
||||
bool decrypt_buffer(const std::string& buff, std::string& res_buff);
|
||||
|
||||
construct_tx_param get_default_construct_tx_param();
|
||||
|
||||
private:
|
||||
|
||||
// -------- t_transport_state_notifier ------------------------------------------------
|
||||
|
|
@ -1073,7 +1075,7 @@ private:
|
|||
template<typename input_t>
|
||||
bool process_input_t(const input_t& in_t, wallet2::process_transaction_context& ptc, const currency::transaction& tx);
|
||||
|
||||
construct_tx_param get_default_construct_tx_param();
|
||||
|
||||
|
||||
uint64_t get_tx_expiration_median() const;
|
||||
|
||||
|
|
|
|||
|
|
@ -1258,6 +1258,8 @@ int main(int argc, char* argv[])
|
|||
GENERATE_AND_PLAY(zarcanum_block_with_txs);
|
||||
GENERATE_AND_PLAY(asset_depoyment_and_few_zc_utxos);
|
||||
|
||||
GENERATE_AND_PLAY(attachment_isolation_test);
|
||||
|
||||
|
||||
// GENERATE_AND_PLAY(gen_block_reward);
|
||||
// END OF TESTS */
|
||||
|
|
|
|||
|
|
@ -43,3 +43,4 @@
|
|||
#include "zarcanum_test.h"
|
||||
#include "multiassets_test.h"
|
||||
#include "ionic_swap_tests.h"
|
||||
#include "attachment_isolation_encryption_test.h"
|
||||
Loading…
Add table
Reference in a new issue