Open jl2035 opened 8 years ago
Odd... exact code works for me verbatim. Are you on dev branch?
it's been a month since i've played with that.. not sure on which branch i was.. i probably just did "git clone"
i will try again in the near future and update here..
Also, you don't need to explicitly create a storage data
, self.storage
should just be available to use. You can also use the sload
and sstore
functions if you (as I do) find typing self.storage[x]
to be more cumbersome than sload(x)
I want to write a simple namecoin example:
I'm getting the following error: