Skip to content

Commit

Permalink
remove unneed line
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Oct 15, 2024
1 parent cbb8d67 commit 5c2885b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/rpc/LedgerRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 5c2885b

Please sign in to comment.