Skip to content

Commit 085aa10

Browse files
fix incorrect labels NEST #90
1 parent 73eb879 commit 085aa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/erc20/NEST/NEST.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<ts:syntax>1.3.6.1.4.1.1466.115.121.1.36</ts:syntax>
190190
</ts:type>
191191
<ts:label>
192-
<ts:string xml:lang="en">gets the next time dividends are available</ts:string>
192+
<ts:string xml:lang="en">gets the time limit for dividend claims</ts:string>
193193
</ts:label>
194194
<ts:origins>
195195
<ethereum:call function="checkTimeLimit" contract="NESTRevenueDistribution" as="uint">
@@ -202,7 +202,7 @@
202202
<ts:syntax>1.3.6.1.4.1.1466.115.121.1.36</ts:syntax>
203203
</ts:type>
204204
<ts:label>
205-
<ts:string xml:lang="en">gets the next time dividends are available</ts:string>
205+
<ts:string xml:lang="en">gets the time limit for bonus</ts:string>
206206
</ts:label>
207207
<ts:origins>
208208
<ethereum:call function="checkGetAbonusTimeLimit" contract="NESTRevenueDistribution" as="uint">

0 commit comments

Comments
 (0)