diff options
author | Umpei Kay Kurokawa <umps15@yahoo.com> | 2014-11-26 11:54:16 -0600 |
---|---|---|
committer | Umpei Kay Kurokawa <umps15@yahoo.com> | 2014-11-26 11:54:16 -0600 |
commit | 7b79b3c6dc918164787005de0bf10e5a41b76fb8 (patch) | |
tree | 68a7d48a645a526d34ab9e0c1acf0e796e33bc04 /bip-0010.mediawiki | |
parent | 770a061e60a83bda4c6c5a8cba2540050ca2e1e0 (diff) |
Update bip-0010.mediawiki
Diffstat (limited to 'bip-0010.mediawiki')
-rw-r--r-- | bip-0010.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki index 1215b69..4307f3e 100644 --- a/bip-0010.mediawiki +++ b/bip-0010.mediawiki @@ -96,4 +96,4 @@ A party receiving this TxDP can simply add their signature to the appropriate _T == Reference Implementation == -This proposal was implemented and tested in the older versions of ''Armory'' Bitcoin software for use in offline-wallet transaction signing (as a 1-of-1 transaction). However, as of verion 0.92 released in July 2014, Armory no longer uses this proposal for offline wallet transaction signing and has moved on to a new format. +This proposal was implemented and tested in the older versions of ''Armory'' Bitcoin software for use in offline-wallet transaction signing (as a 1-of-1 transaction). Implementation can be found in https://github.com/etotheipi/BitcoinArmory/blob/v0.91-beta/armoryengine/Transaction.py under the class PyTxDistProposal. However, as of verion 0.92 released in July 2014, Armory no longer uses this proposal for offline wallet transaction signing and has moved on to a new format. |