]> Untitled Git - bdk/commit
[descriptor] Make the syntax of `descriptor!()` more consistent
authorAlekos Filini <alekos.filini@gmail.com>
Wed, 16 Dec 2020 15:10:22 +0000 (16:10 +0100)
committerAlekos Filini <alekos.filini@gmail.com>
Wed, 16 Dec 2020 18:00:55 +0000 (19:00 +0100)
commit7e90657ee1e39949b01cf4a235983dd51959ff3b
tree5d427c2d33fcc2f9a3a452a17d9ba87acf929b12
parent931a110e4ec53573671ee924c88e112bf65cbdcd
[descriptor] Make the syntax of `descriptor!()` more consistent

The syntax now is pretty much the same as the normal descriptor syntax,
with the only difference that modifiers cannot be grouped together (i.e.
`sdv:older(144)` must be turned into `s:d:v:older(144)`.
src/descriptor/dsl.rs
src/descriptor/mod.rs
src/descriptor/policy.rs
src/wallet/signer.rs