mediachain / L-SPACE

[DEPRECATED] Books = Knowledge = Power = (Mass x Distance^2) / Time^3
MIT License
9 stars 1 forks source link

TranslatorDispatcher fails if you don't provide signing identity #62

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

Right now if you only provide the first two arguments to TranslatorDispatcher.dispatch(), it will fail with an signature error. But if you provide an invalid or missing path to your key, it will just warn that it couldn't load the key and will import without signing anything.

We should make the two-arg call default to ingestion without signing.

parkan commented 8 years ago

I think this doesn't matter right now