From: Ian Jackson Date: Mon, 18 Apr 2022 16:10:58 +0000 (+0100) Subject: at-otter: Fix a ref to PIA that ought to be PIB. X-Git-Tag: otter-1.1.0~469 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cd17760bb2f4632f34e23a0b27bff21500cd8994;p=otter.git at-otter: Fix a ref to PIA that ought to be PIB. I think. Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index a544a9c3..808da01f 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -33,7 +33,7 @@ impl Ctx { self.su_mut().mgmt_conn().fakerng_load(&[&"1",&"0"])?; let mut a_pieces = alice.pieces::()?; - let mut b_pieces = alice.pieces::()?; + let mut b_pieces = bob.pieces::()?; // ----- alice: claim alices' hand -----