mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 06:02:51 +02:00
misc: fix error formatting in multiple files
This commit is contained in:
@ -386,7 +386,7 @@ func addToTopologyChange(graph *channeldb.ChannelGraph, update *TopologyChange,
|
||||
return nil
|
||||
|
||||
default:
|
||||
return fmt.Errorf("Unable to add to topology change, "+
|
||||
return fmt.Errorf("unable to add to topology change, "+
|
||||
"unknown message type %T", msg)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user