From 057856b9530ef3fee6333b8fe01f4a653c9b0d34 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 14 Feb 2024 02:09:26 +0400 Subject: [PATCH] added todo to test --- tests/core_tests/multiassets_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/core_tests/multiassets_test.cpp b/tests/core_tests/multiassets_test.cpp index f0b96e6e..b54a1d08 100644 --- a/tests/core_tests/multiassets_test.cpp +++ b/tests/core_tests/multiassets_test.cpp @@ -315,6 +315,8 @@ bool multiassets_basic_test::c1(currency::core& c, size_t ev_index, const std::v CHECK_AND_ASSERT_MES(miner_wlt->balance(asset_id) == balance_miner_asset + destinations[0].amount, false, "Miner balance wrong"); CHECK_AND_ASSERT_MES(alice_wlt->balance(asset_id) == balance_alice_asset + destinations[1].amount, false, "Alice balance wrong"); + //TODO: attempt to emmmit from old key, attempt to emmit from more then max supply + return true; }