mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Used consistent wording for HotPocket.
This commit is contained in:
@@ -27,7 +27,7 @@ const diagnosticContract = async (ctx) => {
|
||||
let output = null;
|
||||
|
||||
if (mode === "status") {
|
||||
output = "Hot Pocket diagnostic contract is running.";
|
||||
output = "HotPocket diagnostic contract is running.";
|
||||
}
|
||||
else if (mode === "file") {
|
||||
const param = parseInt(data);
|
||||
|
||||
Reference in New Issue
Block a user