Merge fixes

This commit is contained in:
Shams Asari
2018-09-10 11:05:55 +01:00
parent 8e4547c811
commit 31530b35c6
6 changed files with 9 additions and 15 deletions

View File

@ -47,6 +47,5 @@ interface Cordapp {
val allFlows: List<Class<out FlowLogic<*>>>
val jarPath: URL
val cordappClasses: List<String>
val info: Info
val jarHash: SecureHash.SHA256
}