git ssb

0+

dangerousbeans / Entropy_contracts



Commit 1c17716175afafecca143a6db314354195b4cd2c

no longer returns number of citizens this way

Joran committed on 3/14/2017, 8:05:59 AM
Parent: a8600d7066fa535608f3b63630256262269050d7

Files changed

test/Entropy_token.jschanged
test/Entropy_token.jsView
@@ -7,9 +7,8 @@
77 .then((entropy) => {
88 helpers.callAndCheck( entropy, 'name', 'Entropy', 'Wrong name!')
99 helpers.callAndCheck( entropy, 'symbol', 'ENT', 'Wrong symbol!')
1010 helpers.callAndCheck( entropy, 'totalSupply', 1, 'Wrong total supply!')
11- helpers.callAndCheck( entropy, 'totalHolders', 1)
1211 .then(() => {
1312 done();
1413 })
1514 })

Built with git-ssb-web