mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
Show error on SignedDigit contract (#3376)
This commit is contained in:
parent
b75d1259c1
commit
253f7444c6
@ -430,7 +430,9 @@ class CreateDLCOfferDialog extends Logging {
|
||||
previewGraphButton)
|
||||
nextRow = 4
|
||||
addRemainingFields()
|
||||
case _: SignedDigitDecompositionEventDescriptor => ()
|
||||
case _: SignedDigitDecompositionEventDescriptor =>
|
||||
throw new RuntimeException(
|
||||
s"SignedDigitDecompositionEventDescriptors are not supported yet")
|
||||
}
|
||||
dialog.dialogPane().getScene.getWindow.sizeToScene()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user