mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Remove protectedDataStore at blindVote
- Fix issue with same address for change and issuance candidate (use freshReceiveAddress instead of currentReceiveAddress) - Check if issuance candidate ended up in an issuance tx at StateService.isBsqTxOutputType - Change dust value to 546 - Remove blockHash in BlindVoteAppendOnlyPayload
This commit is contained in:
parent
de9ced06d3
commit
b2aaed9c0d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class BsqValidator extends AltcoinValidator {
|
||||||
private Coin maxValue;
|
private Coin maxValue;
|
||||||
@Nullable
|
@Nullable
|
||||||
private Coin availableBalance;
|
private Coin availableBalance;
|
||||||
private Coin minValue = Coin.valueOf(2730); // dust
|
private Coin minValue = Coin.valueOf(546); // dust
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected double getMinValue() {
|
protected double getMinValue() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue