crypto-bonds / transaction-processor

🏦 The blockchain transaction processor for the CryptoBonds HackIllinois Project
Apache License 2.0
0 stars 0 forks source link

Check missing information, delete information #13

Open benthayer opened 5 years ago

benthayer commented 5 years ago

Currently, we're using context.set_state({address: None}), and context.get_state([address])[address] == None. It's unclear whether this is how this is supposed to work