Update CASHFUSION.md

This commit is contained in:
fyookball
2019-06-20 21:35:27 -04:00
committed by GitHub
parent 41b7bbcf76
commit 33959b4c80
+2 -2
View File
@@ -160,11 +160,11 @@ If the server receives several instance of Message 10A, it should only pick one
If Alice blames Bob, but Bob is innocent, Bob can refute the blame, while counter-blaming the accuser (Alice). He does that by sharing his ephemeral private key.
Message 11A (from client): `<MESSAGE TYPE><POOL_SESSION_ID><EPHEMERAL PRIVATE KEY>`
Message 11A (from client): `<MESSAGE TYPE><POOL_SESSION_ID><SIG BLAME PUBKEY><EPHEMERAL PRIVATE KEY>`
The server can then rebroadcast the same message
Message 11B (from server): `<MESSAGE TYPE><POOL_SESSION_ID><EPHEMERAL PRIVATE KEY>`
Message 11B (from server): `<MESSAGE TYPE><POOL_SESSION_ID><SIG BLAME PUBKEY><EPHEMERAL PRIVATE KEY>`
## Phase 12: Process Blame