Fix a debug message
`GeneratingKeys` is not a valid state for the `set_observer` operation.
This commit is contained in:
parent
94546b0e2c
commit
8f6387f012
|
@ -234,7 +234,7 @@ impl<C: Contribution, N: NodeId> StateMachine<C, N> {
|
||||||
State::Observer { dhb: Some(dhb) }
|
State::Observer { dhb: Some(dhb) }
|
||||||
}
|
}
|
||||||
ref s => panic!(
|
ref s => panic!(
|
||||||
"State::set_observer: State must be `GeneratingKeys`. \
|
"State::set_observer: State must be `DeterminingNetworkState`. \
|
||||||
State: {}",
|
State: {}",
|
||||||
s.discriminant()
|
s.discriminant()
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue