- 
                Notifications
    You must be signed in to change notification settings 
- Fork 122
multi: bump lnd compile time dependency to v0.18.4-beta #828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
97e7c91    to
    066ae26      
    Compare
  
    | This can be reviewed now? | 
| 
 No, we need an RC of  | 
066ae26    to
    4118e76      
    Compare
  
    | Bumped to  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
        
          
                loopout_test.go
              
                Outdated
          
        
      | payAddr, err := invoice.PaymentAddr.UnwrapOrErr( | ||
| fmt.Errorf("expected payment address"), | ||
| ) | ||
| require.NoError(t, err) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose to use:
payAddr := invoice.PaymentAddr.UnwrapOrFail(t)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I forgot UnwrapOrFail() existed, makes perfect sense here. Changed.
4118e76    to
    93525d3      
    Compare
  
    
Updates to the (not-yet-merged)
lnd v0.18.4-betaversion.Depends on lightningnetwork/lnd#8960.
Depends on lightninglabs/lndclient#192.
Full serialized dependency list can be seen here: lightninglabs/lightning-terminal#848
Pull Request Checklist
release_notes.mdif your PR contains major features, breaking changes or bugfixes