File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright (C) 2011 Sam Rushing
2- # Copyright (C) 2012-2014 The python-bitcoinlib developers
2+ # Copyright (C) 2012-2015 The python-bitcoinlib developers
33#
44# This file is part of python-bitcoinlib.
55#
Original file line number Diff line number Diff line change 1- # Copyright (C) 2012-2014 The python-bitcoinlib developers
1+ # Copyright (C) 2012-2015 The python-bitcoinlib developers
22#
33# This file is part of python-bitcoinlib.
44#
Original file line number Diff line number Diff line change 1- # Copyright (C) 2013-2014 The python-bitcoinlib developers
1+ # Copyright (C) 2013-2015 The python-bitcoinlib developers
22#
33# This file is part of python-bitcoinlib.
44#
@@ -433,4 +433,4 @@ def test_high_s_value(self):
433433 self .assertFalse (IsLowDERSignature (sig ))
434434 def test_low_s_value (self ):
435435 sig = x ('3045022100b135074e08cc93904a1712b2600d3cb01899a5b1cc7498caa4b8585bcf5f27e7022074ab544045285baef0a63f0fb4c95e577dcbf5c969c0bf47c7da8e478909d669' )
436- self .assertTrue (IsLowDERSignature (sig ))
436+ self .assertTrue (IsLowDERSignature (sig ))
Original file line number Diff line number Diff line change 1- # Copyright (C) 2013-2014 The python-bitcoinlib developers
1+ # Copyright (C) 2013-2015 The python-bitcoinlib developers
22#
33# This file is part of python-bitcoinlib.
44#
You can’t perform that action at this time.
0 commit comments