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.
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.