mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
create transaction with type and wallet id when comming from wallet page
This commit is contained in:
@@ -17,7 +17,6 @@ class Timer {
|
||||
resume = () => {
|
||||
this.start = Date.now();
|
||||
window.clearTimeout(this.timerId);
|
||||
console.log(this.remaining);
|
||||
this.timerId = window.setTimeout(this.callback, this.remaining, ...this.args);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user