You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ bitcoin transactions, and related data structures. Network-related code
7
7
that deals with sending and receiving data from and to bitcoin nodes is removed.
8
8
Bech32 segwit address support and RFC6979 signing with libsecp256k1 are added.
9
9
10
+
!!!
11
+
12
+
Please note that python-bitcointx transition to the independent derivative library from python-bitcoinlib is not yet finished. The python package will be renamed from 'bitcoin' to 'bitcointx' in the near future, and use_libsecp256k1_for_signing() function will probably be gone, because libsecp256k1 will be the default.
13
+
10
14
"The Swiss Army Knife of the Bitcoin protocol." - Wladimir J. van der Laan
0 commit comments