From 5c2885b6366ac23596284fb9dfefbb1f3a94ea36 Mon Sep 17 00:00:00 2001 From: Shawn Xie Date: Tue, 15 Oct 2024 10:35:36 -0400 Subject: [PATCH] remove unneed line --- src/test/rpc/LedgerRPC_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/rpc/LedgerRPC_test.cpp b/src/test/rpc/LedgerRPC_test.cpp index a99dd838a84..73bb96d0817 100644 --- a/src/test/rpc/LedgerRPC_test.cpp +++ b/src/test/rpc/LedgerRPC_test.cpp @@ -2424,7 +2424,6 @@ class LedgerRPC_test : public beast::unit_test::suite jvParams[jss::mptoken] = Json::objectValue; jvParams[jss::mptoken][jss::account] = bob.human(); jvParams[jss::mptoken][jss::mpt_issuance_id] = badMptID; - strHex(mptAlice.issuanceID()); jvParams[jss::ledger_hash] = ledgerHash; Json::Value const jrr = env.rpc( "json", "ledger_entry", to_string(jvParams))[jss::result];