mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #22 from joostjager/fix-loop-arg
loop: fix cmd line arg parsing bug
This commit is contained in:
commit
ffde70f0eb
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ func loopOut(ctx *cli.Context) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
args = args.Tail()
|
||||
|
||||
var destAddr string
|
||||
switch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue