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
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
Right now all transactions are created with the default deadline of 2h via Deadline.create(profile.epochAdjustment).
A new global parameter could be added to symbol-cli so the user can provide this deadline to all transactions.
Right now, only multisigmodification transactions have a --deadline parameter, but it is complicated to use, as it requires the number of ms since Nemesis block. It would be more natural to use the number of seconds from now.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now all transactions are created with the default deadline of 2h via
Deadline.create(profile.epochAdjustment)
.A new global parameter could be added to symbol-cli so the user can provide this deadline to all transactions.
Right now, only
multisigmodification
transactions have a--deadline
parameter, but it is complicated to use, as it requires the number of ms since Nemesis block. It would be more natural to use the number of seconds from now.The text was updated successfully, but these errors were encountered: