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
A sample bond can not be transferred from corda to fabric, as there is an error regarding the maturity date being in the past. The corda sample bond contract does not have a maturity date. Given the error, I suspect that the default value is populated incorrectly when it is minted in the receiving network.
To Reproduce
As the current corda sample CLI does not support bonds, the contract and interop functions must be called directly.
Error Message
Application chaincode invoke error: maturity date can not be in past.
The text was updated successfully, but these errors were encountered:
Describe the bug
A sample bond can not be transferred from corda to fabric, as there is an error regarding the maturity date being in the past. The corda sample bond contract does not have a maturity date. Given the error, I suspect that the default value is populated incorrectly when it is minted in the receiving network.
To Reproduce
As the current corda sample CLI does not support bonds, the contract and interop functions must be called directly.
Error Message
Application chaincode invoke error: maturity date can not be in past.
The text was updated successfully, but these errors were encountered: