simplexmq icon indicating copy to clipboard operation
simplexmq copied to clipboard

Remove duplicated serverIdentity field

Open TristanCacqueray opened this issue 3 years ago • 0 comments

This change fixes this compilation issue:

src/Simplex/Messaging/Notifications/Server/Env.hs:70:5: error:
    Multiple declarations of ‘serverIdentity’
    Declared at: src/Simplex/Messaging/Notifications/Server/Env.hs:68:5
                 src/Simplex/Messaging/Notifications/Server/Env.hs:70:5
   |
70 |     serverIdentity :: C.KeyHash
   |     ^^^^^^^^^^^^^^

TristanCacqueray avatar Aug 08 '22 23:08 TristanCacqueray