Skip to content

Commit

Permalink
rm TC clarity todo. tried it and doesn't seem to add anything
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Nov 18, 2024
1 parent 38b1799 commit 3071050
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kttest/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ func testAllFull(servAddr uint64, adtrAddrs []uint64) {
testAll(setup(servAddr, adtrAddrs))
}

// TODO: write alice and bob more as isolated components from the test runner,
// so it's easy to see what common state they rely on, like servVrfPk.
// in proof, can more easily split out security assumptions vs ones that
// are just for liveness, like servSigPk.
func testAll(setup *setupParams) {
aliceCli := kt.NewClient(aliceUid, setup.servAddr, setup.servSigPk, setup.servVrfPk)
alice := &alice{cli: aliceCli}
Expand Down

0 comments on commit 3071050

Please sign in to comment.