Unverified Commit 7481a071 authored by yann300's avatar yann300 Committed by GitHub

Update sourceMappingDecoder.js

parent 68c3ab91
......@@ -82,7 +82,7 @@ tape('SourceMappingDecoder', function (t) {
st.equal(delegateSrcMap.file, 0)
st.equal(delegateSrcMap.jump, '-')
// ballot - function deletegate(address)
// TokenSaleChallenge - function test(uint256)
const tokenSaleChallengeMap = sourceMappingDecoder.atIndex(170, sourceMapping.tokenSaleChallengeSourceMap)
console.log(tokenSaleChallengeMap)
st.equal(tokenSaleChallengeMap.start, 211)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment