forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes a layer of shared_ptr, which greatly clarifies ownership. Makes a lot of members in miniscript.h non-const in order to allow implicit (move) assignment operator(s) when Node is used directly in std::vector. In exchange, MiniscriptDescriptor::m_node is now const.
- Loading branch information
1 parent
6a00ea1
commit 392b858
Showing
4 changed files
with
293 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.