#1705 - SpiTransactionProxy depth(int diff) ... does not pass on depth to underlying transaction

This commit is contained in:
rob bygrave
2019-05-16 22:44:09 +12:00
parent f7920de3c2
commit c66e9547e1
@@ -325,7 +325,7 @@ public abstract class SpiTransactionProxy implements SpiTransaction {
@Override
public void depth(int diff) {
transaction.depth();
transaction.depth(diff);
}
@Override