| 269 | } |
| 270 | |
| 271 | ~application_impl() |
| 272 | { |
| 273 | fc::remove_all(_data_dir / "blockchain/dblock"); |
| 274 | } |
| 275 | |
| 276 | void set_dbg_init_key( genesis_state_type& genesis, const std::string& init_key ) |
| 277 | { |
nothing calls this directly
no outgoing calls
no test coverage detected