fix after rebase

This commit is contained in:
Lee *!* Clagett 2023-06-19 12:06:34 -04:00
parent 1b7e8b9902
commit 87ebcb163a

View file

@ -99,15 +99,5 @@ namespace rpc
return err;
return {std::move(out)};
}
static void read_bytes(wire::json_reader& source, full_txpool_pub& self)
{
wire_read::array(source, self.txes);
}
expect<full_txpool_pub> full_txpool_pub::from_json(std::string&& source)
{
return wire::json::from_bytes<full_txpool_pub>(std::move(source));
}
}
}