Skip to content
#

wallet

Here are 1,724 public repositories matching this topic...

PIVX
furszy
furszy commented Mar 5, 2020

Our current JSON-RPC wiki is outdated.

A lot of commands were changed, new commands were added and some were removed.
Some description might need to be rewritten in a more comprehensible way.

This is a good first issue for anyone who wants to start familiarizing with the PIVX sources.

gre
gre commented Feb 20, 2019

this is the natural behavior of node-hid but we should backport this behavior to all other transports.

basically it's a failsafe for race conditions.

if you open() a transport, you are responsible to close() it in a finally, if an open() happens during that time it should throw if it concerns the same device (e.g. by path id / by uuid, ... depending on the transport)

Improve this page

Add a description, image, and links to the wallet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wallet topic, visit your repo's landing page and select "manage topics."

Learn more