bisq/desktop
chimp1984 a9e61e409e
Replace ObjectProperty<AssetTxProofResult> with IntegerProperty
// ObjectProperty with AssetTxProofResult does not notify changeListeners. Probably because AssetTxProofResult is
// an enum and enum does not support EqualsAndHashCode. Alternatively we could add a addListener and removeListener
// method and a listener interface, but the IntegerProperty seems to be less boilerplate.
2020-09-02 00:25:35 -05:00
..
package Bump version number for v1.3.7 2020-07-30 10:19:34 +02:00
src Replace ObjectProperty<AssetTxProofResult> with IntegerProperty 2020-09-02 00:25:35 -05:00