From d7d9e54f922407b506e1a5e4c2cc76b6d45bc5c9 Mon Sep 17 00:00:00 2001 From: Shawn Xie Date: Mon, 4 May 2026 16:08:55 -0400 Subject: [PATCH] fix const --- src/test/app/ConfidentialTransfer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/ConfidentialTransfer_test.cpp b/src/test/app/ConfidentialTransfer_test.cpp index 5a405053fe..557ca20205 100644 --- a/src/test/app/ConfidentialTransfer_test.cpp +++ b/src/test/app/ConfidentialTransfer_test.cpp @@ -2076,7 +2076,7 @@ class ConfidentialTransfer_test : public beast::unit_test::Suite using namespace test::jtx; Env env{*this, features}; Account const alice("alice"), bob("bob"), carol("carol"); - ConfidentialEnv const confEnv{ + ConfidentialEnv confEnv{ env, alice, {{.account = bob, .payAmount = 100, .convertAmount = 60},