mirror of https://github.com/zlatinb/muwire
fix constructor
parent
d730127486
commit
7f1c57f22d
|
@ -197,6 +197,6 @@ class TrustSubscriber {
|
|||
if (persona != profileHeader.getPersona())
|
||||
throw new IOException("persona and profile mismatch")
|
||||
}
|
||||
new TrustEntry(persona, (String)json.reason, profileHeader)
|
||||
new TrustEntry(persona, (String)json.reason, profileHeader, null)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue