diff --git a/src/protocol/eval.rs b/src/protocol/eval.rs index 3ad9110d69958a3f3eb4957f91c116ead9536998..4fa17c5a2eede0bf1999d491f20214461f3fb0b3 100644 --- a/src/protocol/eval.rs +++ b/src/protocol/eval.rs @@ -886,7 +886,7 @@ impl Display for Value { } #[derive(Debug, Clone)] -pub struct InputValue(pub Key); +pub struct InputValue(pub Port); impl Display for InputValue { fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { @@ -911,7 +911,7 @@ impl ValueImpl for InputValue { } #[derive(Debug, Clone)] -pub struct OutputValue(pub Key); +pub struct OutputValue(pub Port); impl Display for OutputValue { fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {