Commit 928e283
committed
Merge #511: Add base64 feature
2c67681 Add base64 feature (Tobin C. Harding)
Pull request description:
Add a "base64" feature that enables the `base64` dependency in `rust-bitcoin`. This enables `Psbt::from_str()`.
Fix: #480
ACKs for top commit:
sanket1729:
ACK 2c67681
Tree-SHA512: 24af82329cbbba0fff4bbb686f6108a879163dd44d7fa738677d94daf96a0a892f20f3780d4c2d6a17b183f0aa60423192340420f039d0b39bfde2422262151e2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments