Skip to content

Commit 04951fd

Browse files
committed
correct misprints with shareholders
1 parent b7f3fad commit 04951fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ transactionIndex|BigInteger | Transact
100100
tokenBalance |BigInteger | Scaffold token balance
101101
enabled |Boolean | Scaffold enabled
102102
currency |String | Fiat amount currency
103-
shareHolders |[ShareHolder](#share-holder-attributes) | Scaffold share holders
103+
shareHolders |[ShareHolder](#shareholder-attributes) | Scaffold shareholders
104104

105105
##### get_summary(address)
106106

@@ -192,7 +192,7 @@ quota = op.scaffold.get_quota()
192192
```
193193
#### Shareholder
194194

195-
##### Share holder attributes
195+
##### Shareholder attributes
196196

197197
Attribute | Type | Description
198198
----------------|-----------------------------------------------------|-----------

tests/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
'event': {
122122
'userAddress': developer_address,
123123
'partnerShare': 30,
124-
'type': 'ADDED_SHARE_HOLDER'},
124+
'type': 'ADDED_SHAREHOLDER'},
125125
'scaffold': scaffold}]}
126126

127127
scaffold_data = {

0 commit comments

Comments
 (0)