popstellar
popstellar copied to clipboard
Karate transaction feature has no support for several transactions
The Transaction class in Karate currently only supports the initial transaction (using coinbase) and does not keep track of previous transactions. This makes one Karate scenario in transaction.feature consistently fail: Transfer valid amount should work
The Transaction class needs to be extended to support several transactions to make this test pass.