You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this line the time is taken from the local PC: const expiration = new Date(Date.now() + this.expireTime) ...
However, if the computer clock is out of phase for at least 1 minute, the expiration time will be in the past and the broadcast will not work. I propose to take the time from the blockchain props.time
The text was updated successfully, but these errors were encountered:
In this line the time is taken from the local PC:
const expiration = new Date(Date.now() + this.expireTime) ...
However, if the computer clock is out of phase for at least 1 minute, the expiration time will be in the past and the broadcast will not work. I propose to take the time from the blockchain
props.time
The text was updated successfully, but these errors were encountered: