From 4cd8d0d1784c32ddc9ceb8cc3754c2ff0b65a933 Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 30 Jan 2026 19:51:07 +0900 Subject: [PATCH] fix simulate test --- src/test/rpc/Simulate_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rpc/Simulate_test.cpp b/src/test/rpc/Simulate_test.cpp index e5e62ce1e2..6e9bc0fef7 100644 --- a/src/test/rpc/Simulate_test.cpp +++ b/src/test/rpc/Simulate_test.cpp @@ -554,7 +554,7 @@ class Simulate_test : public beast::unit_test::suite tx[jss::TransactionType] = jss::AccountSet; tx[sfDomain] = newDomain; tx[sfSponsor.jsonName] = sponsor.human(); - tx[sfFlags.jsonName] = tfSponsorFee; + tx[sfSponsorFlags.jsonName] = tfSponsorFee; tx[sfSponsorSignature.jsonName] = Json::objectValue; // test with autofill