mirror of https://github.com/nucypher/nucypher.git
Merge optional and required specs. That's unused anyway though
parent
6736a60f3e
commit
d9ebf9e180
|
@ -27,7 +27,7 @@ def character_control_interface(func):
|
|||
interface_name = func.__name__
|
||||
input_specification, optional_specification, output_specification =\
|
||||
instance.get_specifications(interface_name=interface_name)
|
||||
# XXX
|
||||
input_specification = input_specification + optional_specification
|
||||
|
||||
if request and instance.serialize:
|
||||
|
||||
|
|
Loading…
Reference in New Issue