Skip to content

Commit

Permalink
bump ledger min OP_SENDER_SUPPORT version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFace committed Nov 5, 2020
1 parent bddcf57 commit 1da9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/plugins/ledger/ledger.py
Expand Up @@ -57,7 +57,7 @@
SEGWIT_SUPPORT = '1.1.10'
SEGWIT_SUPPORT_SPECIAL = '1.0.4'
SEGWIT_TRUSTEDINPUTS = '1.4.0'
OP_SENDER_SUPPORT = '1.4.7'
OP_SENDER_SUPPORT = '1.5.0'


def test_pin_unlocked(func):
Expand Down

0 comments on commit 1da9b33

Please sign in to comment.