mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Annotate verify() function to indicate it throws IllegalArgumentException
This commit is contained in:
parent
2e680a5eee
commit
2d4c83556e
@ -144,6 +144,7 @@ interface Contract {
|
||||
* rather than an argument so that additional data can be added without breaking binary compatibility with
|
||||
* existing contract code.
|
||||
*/
|
||||
@Throws(IllegalArgumentException::class)
|
||||
fun verify(tx: TransactionForVerification)
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user