Skip to content

Commit 97be76b

Browse files
committed
fixed translation
1 parent 38a9e95 commit 97be76b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

basic/25-multi-sig-wallet/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
- getConfirmationCount
5858

59-
获取一笔交易当前得到的确认数
59+
Get the number of times a transaction is currently confirmed.
6060

6161
- getTransactionCount
6262

basic/26-quadratic-vote&gitcoin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Address `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE` means accepting ETH, and th
5959

6060
Both Addresses are examples and can be modified as required.
6161

62-
### voteTool
62+
### VoteTool
6363

6464
Quadratic vote, the more votes, the more money needed.
6565

@@ -78,7 +78,7 @@ Using both eth and Token for voting is not implemented for now.
7878
- `vote(uint256 _proposal, uint256 _n) public payable` vote
7979
- `withdraw() public onlyOwner` withdraw eth to voter
8080

81-
### financingTool
81+
### FinancingTool
8282

8383
![quadratic_funding.png](https://vitalik.ca/images/qv-files/quadratic_funding.png)
8484

@@ -138,7 +138,7 @@ Case: Each person can donate to multiple proposals within a certain period of ti
138138
- `withdrawProposal(uint256 _proposal) public checkEnd` withdraw money after proposal ended
139139
- `function getResult(uint256 _proposal) public view returns (uint256, uint256)` View the current contribution amount/share of the proposal
140140

141-
## 测试步骤
141+
## Quick Start
142142

143143
- install dependencies
144144

0 commit comments

Comments
 (0)