Update CASHFUSION.md

This commit is contained in:
fyookball
2019-06-20 18:59:38 -04:00
committed by GitHub
parent ede8965db9
commit 6066ee17fd
+2 -2
View File
@@ -148,11 +148,11 @@ After reciving Message 9, the client will extract the proofs that it is responsi
First the client notifies the server:
Message 10A (from client): `<MESSAGE TYPE><POOL_SESSION_ID><INPUT INDEX TO BE BLAMED>`
Message 10A (from client): `<MESSAGE TYPE><BLAME PUBKEY><POOL_SESSION_ID><INPUT INDEX TO BE BLAMED>`
Then the server notifies all clients with a similar message:
Message 10B (from server) `<MESSAGE TYPE><POOL_SESSION_ID><INPUT INDEX TO BE BLAMED>`
Message 10B (from server) `<MESSAGE TYPE><BLAME PUBKEY><POOL_SESSION_ID><INPUT INDEX TO BE BLAMED>`
If the server receives several instance of Message 10A, it should only pick one input to be blamed (for example the lowest one by lexicographical order)