mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-14 23:35:54 +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":
|
||||
if (data.signature != null) {
|
||||
url = "/blocks/" + data.signature;
|
||||
url = "/blocks/signature/" + data.signature;
|
||||
} else if (data.height != null) {
|
||||
url = "/blocks/byheight/" + data.height;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user