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 (