mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-02 20:09:03 +00:00
fix after rebase
This commit is contained in:
parent
1b7e8b9902
commit
87ebcb163a
1 changed files with 0 additions and 10 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue