mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-16 16:15:53 +00:00
fix fetch block qortalRequest
This commit is contained in:
parent
e5b6e893cd
commit
ecd4233dd0
@ -473,7 +473,7 @@ window.addEventListener("message", async (event) => {
|
|||||||
|
|
||||||
case "FETCH_BLOCK":
|
case "FETCH_BLOCK":
|
||||||
if (data.signature != null) {
|
if (data.signature != null) {
|
||||||
url = "/blocks/" + data.signature;
|
url = "/blocks/signature/" + data.signature;
|
||||||
} else if (data.height != null) {
|
} else if (data.height != null) {
|
||||||
url = "/blocks/byheight/" + data.height;
|
url = "/blocks/byheight/" + data.height;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user