Merge pull request #38 from qinhanlei/patch-8

Update ch9-01.md
This commit is contained in:
Xargin 2017-12-06 10:45:11 +08:00 committed by GitHub
commit 97c96badd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,10 +41,10 @@ Alice存了$200然后检查她的余额同时Bob存了$100。因为A1和A2
```
Alice first Bob first Alice/Bob/Alice
0 0 0
A1 200 B 100 A1 200
A2 "=200" A1 300 B 300
B 300 A2 "=300" A2 "=300"
0 0 0
A1 200 B 100 A1 200
A2 "= 200" A1 300 B 300
B 300 A2 "= 300" A2 "= 300"
```
所有情况下最终的余额都是$300。唯一的变数是Alice的余额单是否包含了Bob交易不过无论怎么着客户都不会在意。