ChileBob / YcashExplorer

Ycash Block Explorer
1 stars 1 forks source link

FATAL : When server is remote from client-node it cannot parse transactions #21

Closed ChileBob closed 2 years ago

ChileBob commented 2 years ago

transaction::parse() uses node::node_cli(), which relies on access to Ycash RPC to decode raw transactions.

Enabled remote RPC for the websocket server ONLY, no other client type needs access.

Updated config for client-node, node::node_cli() uses same method for local & remote access.