mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
Payment channels: Add detail to an error log message.
This commit is contained in:
parent
87897fbb37
commit
c04708dd1e
@ -303,7 +303,7 @@ public class PaymentChannelServerState {
|
||||
// was not connected to the peergroup when the contract was broadcast (which may cause issues down the road, and
|
||||
// disables our double-spend check next)
|
||||
Transaction walletContract = wallet.getTransaction(multisigContract.getHash());
|
||||
checkState(walletContract != null, "Wallet did not contain multisig contract after state was marked READY");
|
||||
checkState(walletContract != null, "Wallet did not contain multisig contract {} after state was marked READY", multisigContract.getHash());
|
||||
|
||||
// Note that we check for DEAD state here, but this test is essentially useless in production because we will
|
||||
// miss most double-spends due to bloom filtering right now anyway. This will eventually fixed by network-wide
|
||||
|
Loading…
x
Reference in New Issue
Block a user