Skip to content

Commit 56d0c5a

Browse files
committed
minor bug fix
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent a69eb7f commit 56d0c5a

File tree

1 file changed

+1
-1
lines changed
  • samples/corda/corda-simple-application/clients/src/main/kotlin/com/cordaSimpleApplication/client

1 file changed

+1
-1
lines changed

samples/corda/corda-simple-application/clients/src/main/kotlin/com/cordaSimpleApplication/client/CordaClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fun main(args: Array<String>) = App()
8989
IsAssetLockedCommand(),
9090
GetLockStateCommand(),
9191
GetHTLCHashCommand(),
92-
GetHTLCPreImageCommand()
92+
GetHTLCPreImageCommand(),
9393
ConfigureCommand().subcommands(
9494
ConfigureDataCommand(),
9595
ConfigureNetworkCommand(),

0 commit comments

Comments
 (0)