Adds a createwallet RPC to dynamically create a new wallet at runtime.
Backport of Bitcoin Core PR13058
https://github.com/bitcoin/bitcoin/pull/13058
Related to Github issue 335:
https://github.com/Bitcoin-ABC/bitcoin-abc/issues/335
Differential D4226
[wallet] `createwallet` RPC - create new wallet at runtime fpelliccioni on Oct 8 2019, 16:05. Authored by
Details Adds a createwallet RPC to dynamically create a new wallet at runtime. Backport of Bitcoin Core PR13058 Related to Github issue 335: make check-all
Diff Detail
Event TimelineComment Actions This is a duplicate of D4220. In addition, it looks like either you either forgot to squash your changes or you are working on a branch with a dependency. Comment Actions Race condition, I started working on this and D4220 didn't exists. |