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 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).
ProposalStateandTradeStatebelong to the same contractProposalAndTradeContract.Proposecommand that there should be a time-window (see here).proposalFlow(which usesProposecommand for the transaction) doesn't add a time-window; so the transaction verification would definitely fail (see here).tx.verify()before signing the transaction (see here).