chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2df95
)
at-otter: Fix a ref to PIA that ought to be PIB.
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 18 Apr 2022 16:10:58 +0000
(17:10 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 18 Apr 2022 16:11:25 +0000
(17:11 +0100)
I think.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs
patch
|
blob
|
history
diff --git
a/apitest/at-otter.rs
b/apitest/at-otter.rs
index a544a9c38217a2b45d65160bb3cd761487ca8070..808da01fb51e8cc13d78d2139bbcfe5e06edc00b 100644
(file)
--- 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::<PIA>()?;
- let mut b_pieces =
alice
.pieces::<PIB>()?;
+ let mut b_pieces =
bob
.pieces::<PIB>()?;
// ----- alice: claim alices' hand -----