mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
change timeout for sendqort request
This commit is contained in:
parent
794252ac3b
commit
b6ac6a5e80
@ -561,7 +561,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
||||
setTimeout(() => {
|
||||
chrome.runtime.sendMessage({
|
||||
action: "SET_COUNTDOWN",
|
||||
payload: request.timeout ? 0.85 * request.timeout : 15,
|
||||
payload: (request.timeout ? request.timeout : 60) - 6,
|
||||
});
|
||||
chrome.runtime.sendMessage({
|
||||
action: "UPDATE_STATE_CONFIRM_SEND_QORT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user