[bisq-network/bisq] [1.2.4] Takers deposit transaction rejected for 'too-long-mempool-chain' causing issues (#3705)

Devin Bileck notifications at github.com
Thu Nov 28 07:53:01 UTC 2019


Note, if we decide to limit the number of offers placed/taken without confirmation, should also limit the number of BTC/BSQ transactions without confirmation, since that can cause the same type of rejected transaction. In fact after sending too many BSQ transactions and restarting the client, I encountered the following error and was unable to launch the app:

![image](https://user-images.githubusercontent.com/603793/69786986-62cf8d00-1170-11ea-8498-9d772d2b3416.png)

```
Nov-27 23:50:34.262 [JavaFX Application Thread] ERROR b.core.btc.setup.WalletsSetup: Service failure from state: STARTING; failure={} java.lang.IllegalStateException: Expected PENDING or IN_CONFLICT, was BUILDING.
	at com.google.common.base.Preconditions.checkState(Preconditions.java:469)
	at org.bitcoinj.wallet.Wallet.setTransactionBroadcaster(Wallet.java:5072)
	at org.bitcoinj.core.PeerGroup.addWallet(PeerGroup.java:1309)
	at bisq.core.btc.setup.WalletConfig.startUp(WalletConfig.java:455)
	at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
	at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
	at java.base/java.lang.Thread.run(Thread.java:844)

java.lang.IllegalStateException: Expected PENDING or IN_CONFLICT, was BUILDING.
	at com.google.common.base.Preconditions.checkState(Preconditions.java:469)
	at org.bitcoinj.wallet.Wallet.setTransactionBroadcaster(Wallet.java:5072)
	at org.bitcoinj.core.PeerGroup.addWallet(PeerGroup.java:1309)
	at bisq.core.btc.setup.WalletConfig.startUp(WalletConfig.java:455)
	at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
	at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
	at java.base/java.lang.Thread.run(Thread.java:844)
Nov-27 23:50:34.266 [JavaFX Application Thread] ERROR bisq.core.app.WalletAppSetup: java.lang.IllegalStateException: Expected PENDING or IN_CONFLICT, was BUILDING. 
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3705#issuecomment-559381012
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191127/a08370c2/attachment.html>


More information about the bisq-github mailing list