mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 08:41:42 +02:00
multi: comprehensive typo fixes across all packages
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
72a5bc8648
commit
a93736d21e
@@ -563,8 +563,8 @@ func TestLightningWireProtocol(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
msgType: MsgUpdateFufillHTLC,
|
||||
scenario: func(m UpdateFufillHTLC) bool {
|
||||
msgType: MsgUpdateFulfillHTLC,
|
||||
scenario: func(m UpdateFulfillHTLC) bool {
|
||||
return mainScenario(&m)
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user