diff --git a/chia/rpc/full_node_rpc_api.py b/chia/rpc/full_node_rpc_api.py index e5d4da0e40f2..615496c1b50c 100644 --- a/chia/rpc/full_node_rpc_api.py +++ b/chia/rpc/full_node_rpc_api.py @@ -72,6 +72,7 @@ def get_routes(self) -> Dict[str, Endpoint]: "/push_tx": self.push_tx, "/get_puzzle_and_solution": self.get_puzzle_and_solution, "/get_puzzles_and_solutions_by_names":self.get_puzzles_and_solutions_by_names, + "/get_singleton_by_launcher_id": self.get_singleton_by_launcher_id, # Mempool "/get_all_mempool_tx_ids": self.get_all_mempool_tx_ids, "/get_all_mempool_items": self.get_all_mempool_items,