File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- // Miniscript
2
- // Written in 2022 by rust-miniscript developers
3
- //
4
- // To the extent possible under law, the author(s) have dedicated all
5
- // copyright and related and neighboring rights to this software to
6
- // the public domain worldwide. This software is distributed without
7
- // any warranty.
8
- //
9
- // You should have received a copy of the CC0 Public Domain Dedication
10
- // along with this software.
11
- // If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1
+ // SPDX-License-Identifier: CC0-1.0
12
2
//! A spending plan or *plan* for short is a representation of a particular spending path on a
13
3
//! descriptor. This allows us to analayze a choice of spending path without producing any
14
4
//! signatures or other witness data for it.
You can’t perform that action at this time.
0 commit comments