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 was archived by the owner on May 15, 2020. It is now read-only.
In the Negotiation CorDapp both ProposalState and TradeState belong to the same contract ProposalAndTradeContract.
Inside the contract, it mandates for Propose command that there should be a time-window (see here).
But proposalFlow (which uses Propose command for the transaction) doesn't add a time-window; so the transaction verification would definitely fail (see here).
Btw, the above mentioned flow doesn't call tx.verify() before signing the transaction (see here).