From 81b56f6feda86bcfd24ce44793b14d86b7c80b4e Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 18 Feb 2026 16:04:40 +0300 Subject: [PATCH] added a key to store the initial recipient input given by the user --- store/db/db.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index a984efe..b613b69 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -97,6 +97,8 @@ const ( DATA_ACTIVE_SWAP_FROM_BALANCE // Holds the state whether the transaction uses a custom voucher DATA_TRANSACTION_CUSTOM_VOUCHER + // Holds the initial recipient input given by the user + DATA_RECIPIENT_INPUT ) const (