mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
removed whitespace
This commit is contained in:
@@ -140,13 +140,11 @@ function parse_manifest() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
display_manifest({"Sequence":seq,
|
display_manifest({"Sequence":seq,
|
||||||
"Domain":domain,
|
"Domain":domain,
|
||||||
"Master Public Key": public_key,
|
"Master Public Key": public_key,
|
||||||
"Ephemeral Public Key":ephemeral_public_key})
|
"Ephemeral Public Key":ephemeral_public_key})
|
||||||
|
|
||||||
|
|
||||||
//This is the message that was signed by the validator's private key.
|
//This is the message that was signed by the validator's private key.
|
||||||
let message = "[domain-attestation-blob:" + domain + ":" + public_key + "]";
|
let message = "[domain-attestation-blob:" + domain + ":" + public_key + "]";
|
||||||
const url = "https://" + domain + TOML_PATH + "?v=" + query_param++;
|
const url = "https://" + domain + TOML_PATH + "?v=" + query_param++;
|
||||||
|
|||||||
Reference in New Issue
Block a user