refactor: use special type for paych wait sentinel
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ var paychGetCmd = &cli.Command{
|
||||
}
|
||||
|
||||
// Wait for the message to be confirmed
|
||||
chAddr, err := api.PaychGetWaitReady(ctx, info.ChannelMessage)
|
||||
chAddr, err := api.PaychGetWaitReady(ctx, info.WaitSentinel)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user