From ef0aa0db0e8059c65428b534d7ac8966014e26fd Mon Sep 17 00:00:00 2001 From: William J Date: Thu, 23 Mar 2023 01:22:53 -0400 Subject: [PATCH] lint --- transaction/extra/src/memo/authenticated_sender_with_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transaction/extra/src/memo/authenticated_sender_with_data.rs b/transaction/extra/src/memo/authenticated_sender_with_data.rs index 53f1766d12..dd4964918c 100644 --- a/transaction/extra/src/memo/authenticated_sender_with_data.rs +++ b/transaction/extra/src/memo/authenticated_sender_with_data.rs @@ -62,7 +62,7 @@ impl AuthenticatedSenderWithDataMemo { cred, receiving_subaddress_view_public_key, tx_out_public_key, - &data, + data, ); Self { memo_data } }