mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 05:48:36 +00:00
3278e86ed8
- Add abstract_http_client.h which http_client.h extends. - Replace simple_http_client with abstract_http_client in wallet2, message_store, message_transporter, and node_rpc_proxy. - Import and export wallet data in wallet2. - Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.