From a3658f072b4e7022798acc5fc5a1b492344533b5 Mon Sep 17 00:00:00 2001 From: Dangerous Freedom Date: Sun, 17 Sep 2023 20:26:12 +0000 Subject: [PATCH] Update dangerousfreedom-2023-09.md --- dangerousfreedom-2023-09.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerousfreedom-2023-09.md b/dangerousfreedom-2023-09.md index 43544a1..4617d15 100644 --- a/dangerousfreedom-2023-09.md +++ b/dangerousfreedom-2023-09.md @@ -20,7 +20,7 @@ The end goal of this proposal is to be able to make a basic but broad demonstrat In order to do so, I would work on the following tasks: - Create basic functions for wallet initialization, program flow and terminal handling. -- Create the basic components of a seraphis_wallet (basically the wallet needs to load/save the KeyContainer, EnoteStore and TransactionHistory components). +- Create the basic components of a seraphis_wallet (basically the wallet needs to load/save the `KeyContainer`, `EnoteStore` and `TransactionHistory` components). - Create basic function to fill `EnoteStore` with jberman's scanner. - Create functions similar to `create_transaction_2`, `create_transactions_from` on wallet2 and `construct_tx_for_mock_ledger_v1` in seraphis_mock to send a tx. - Add entries to `TransactionHistory` when a transaction creation is attempted.