mediachain / oldchain-client

[DEPRECATED] old mediachain client experiments
MIT License
4 stars 2 forks source link

yield refs in Writer.write_dataset() #52

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

This just yields the refs dictionary from successful inserts in Writer.write_dataset() - to get the canonical ref you'll want refs['canonical']

Moves the line that prints the canonical ref to the console to the ingest_cmd in mediachain.cli.main

closes #48