Bitcoin Forum
July 05, 2024, 11:54:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bug report: Simulfund not working  (Read 147 times)
idoB (OP)
Jr. Member
*
Offline Offline

Activity: 70
Merit: 2


View Profile
September 27, 2018, 03:28:24 PM
 #1

Continuing poking Armory multisig, this post documents a bug in Armory's Simulfund promissory note feature.

Tested on:
  • latest state of testing branch, compiled from source on linux mint 19
  • 0.96.4 on windows 10

To recreate:
  • Under MultiSig menu, click simulfund Promissory Note
  • In the Create Simulfunding Promissory Note dialog, enter needed fields: Source of Funding, amount, fee, funding destination address:
  • Click continue, and the bug is manifested: nothing happens and the log file has the following error


Code:
(ERROR) Traceback (most recent call last):
  File "/home/testuser/BitcoinArmory/ui/MultiSigDialogs.py", line 3518, in doContinue
    pubKeys = {utxoScrAddr: aobj.binPublicKey65.toBinStr()}
AttributeError: 'NoneType' object has no attribute 'binPublicKey65'

Traceback (most recent call last):
  File "/home/testuser/BitcoinArmory/ui/MultiSigDialogs.py", line 3518, in doContinue
    pubKeys = {utxoScrAddr: aobj.binPublicKey65.toBinStr()}
AttributeError: 'NoneType' object has no attribute 'binPublicKey65'

Though I may be completely wrong, looking at the MultiSigDialogs.py around the break line, it reminds me a lot of the previous bug, because here too there's a failed attempt to go over a range of pubkeys.


goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
November 15, 2018, 04:05:07 PM
 #2

Fixed in testing, will be in the RC for 0.96.5

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!