extern crate hypercore;
use create_feed;
// Postmortem: errors were happening correctly, but the error check in
// `.signature()` was off. Instead of checking for a range (`<`), we were
// checking inclusively `<=`. All we had to do was fix the check, and we all
// good.