From e100444042580f545538f3a1e086bdbfa483b00c Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 28 Nov 2022 17:35:22 -0800 Subject: [PATCH] :fire: temporary comment --- include/transaction.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/transaction.h b/include/transaction.h index 0bb43ce..e7c1bc1 100644 --- a/include/transaction.h +++ b/include/transaction.h @@ -13,12 +13,3 @@ struct Transaction Transaction() noexcept; Transaction(const std::string &counterparty_str, bool receiving, uint32_t amount, time_t time) noexcept; }; - -/* -TODO: v1 vs v2 functionality -TODO: FBE - -TODO: v2/api -TODO: update stats on run (203 bytes) -TODO: update Docs -*/ \ No newline at end of file