mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Minor: take out unused variable from Jackson party mapper.
This commit is contained in:
parent
2634e1673f
commit
d576468a93
@ -125,7 +125,6 @@ object JacksonSupport {
|
|||||||
parser.nextToken()
|
parser.nextToken()
|
||||||
}
|
}
|
||||||
|
|
||||||
val mapper = parser.codec as PartyObjectMapper
|
|
||||||
// TODO this needs to use some industry identifier(s) instead of these keys
|
// TODO this needs to use some industry identifier(s) instead of these keys
|
||||||
val key = CompositeKey.parseFromBase58(parser.text)
|
val key = CompositeKey.parseFromBase58(parser.text)
|
||||||
return AnonymousParty(key)
|
return AnonymousParty(key)
|
||||||
|
Loading…
Reference in New Issue
Block a user