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