mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
refactor: Drop deprecated space in operator""_mst
This commit is contained in:
parent
c889890e4a
commit
faf2162565
4 changed files with 25 additions and 17 deletions
|
|
@ -293,7 +293,7 @@ public:
|
|||
|
||||
using Fragment = miniscript::Fragment;
|
||||
using NodeRef = miniscript::NodeRef<CPubKey>;
|
||||
using miniscript::operator"" _mst;
|
||||
using miniscript::operator""_mst;
|
||||
using Node = miniscript::Node<CPubKey>;
|
||||
|
||||
/** Compute all challenges (pubkeys, hashes, timelocks) that occur in a given Miniscript. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue