mmgen-autosign: encrypt signing wallet with session key on removable device
This commit is contained in:
parent
35d1091159
commit
8fb3efd99c
12 changed files with 512 additions and 402 deletions
|
|
@ -112,9 +112,13 @@ tests = OrderedDict([
|
|||
({'idx_list':AddrIdxList('1-5')},[1,2,3,4,5])
|
||||
)}),
|
||||
('BTCAmt', {
|
||||
'bad': ('-3.2','0.123456789',123L,'123L',22000000,20999999.12345678),
|
||||
'bad': ('-3.2','0.123456789',123L,'123L','22000000',20999999.12345678),
|
||||
'good': (('20999999.12345678',Decimal('20999999.12345678')),)
|
||||
}),
|
||||
('LTCAmt', {
|
||||
'bad': ('-3.2','0.123456789',123L,'123L','88000000',80999999.12345678),
|
||||
'good': (('80999999.12345678',Decimal('80999999.12345678')),)
|
||||
}),
|
||||
('CoinAddr', {
|
||||
'bad': (1,'x','я'),
|
||||
'good': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue