mirror of https://github.com/nucypher/nucypher.git
Implementing keystore in view.
parent
ec07b241c8
commit
c61ea7f76e
|
@ -314,6 +314,7 @@ class Ursula(Character):
|
|||
"""
|
||||
REST endpoint for setting a kFrag.
|
||||
"""
|
||||
self.keystore.get_kfrag(hrac.encode())
|
||||
return # Do stuff with KeyStore here.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue