Author Topic: [BUG] "bad decrypt" unable to do transactions  (Read 1203 times)

0 Members and 1 Guest are viewing this topic.

Offline svk

I've been making small transactions to myself to test the voting logic, but all of a sudden I'm unable to send from my main account. Once I enter the "to_account_name", I get this:

Code: [Select]
0 exception: unspecified
error during aes 256 cbc decrypt final
    {"s":"error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt"}
    th_a  aes.cpp:263 aes_decrypt

    {"password":"xxxx","key_data":{"account_address":"xxxx","public_key":"xxx","encrypted_private_key":"xxxx","memo":null}}
    th_a  wallet_records.cpp:41 decrypt_private_key

    {"addr":"xxx"}
    th_a  wallet.cpp:2021 get_private_key

    {"trx":{"expiration":"20140802T083921","delegate_slate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"BTSXPEahB6Wj2JJoX23QijAKGpR66aHo8Q8jZ","amount":100000000,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"BTSXH8C2Z72RoYKwEkmUX5eDFKWyLqPP7yhqF","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":100000000,"condition":{"asset_id":0,"delegate_slate_id":12282292971898384959,"type":"withdraw_signature_type","data":{"owner":"BTSXLSCZX5YZ8jwmoXRm712FVsZsSrsqdaLKE","memo":{"one_time_key":"BTSX7TWN8gj3XuPktrnvpDUQnKkBFsNi9xYkpE5ZuqJtbP5SGbFBJ1","encrypted_memo_data":"e047028e6dd1f2e70cfe27792864cf4b3f4296048ce09331d3c1ba35b83ad1b8988ab5a085926c58ba944d2cc2511a11fc2a3ac118125dd82e529ef6949ec372"}}}}}],"signatures":[]},"req_sigs":["BTSXHG9EGBc1SLMNy5GqhPPbRDKeYqb6bXPPd","BTSX8kmQgKqvmRSJGu6BMhduqfFnM5ghCMRiw"]}
    th_a  wallet.cpp:1971 sign_transaction

    {}
    th_a  wallet.cpp:1996 sign_and_cache_transaction

    {"real_amount_to_transfer":1000,"amount_to_transfer_symbol":"BTSX","paying_account_name":"xxx","from_account_name":"xxx","to_account_name":"main.xxx","memo_message":""}
    th_a  wallet.cpp:2918 transfer_asset

    {}
    th_a  common_api_client.cpp:947 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:543 execute_command


It's using a fresh build from the dacsunlimited github. Any ideas for how to fix this? Did I just break my account?
Worker: dev.bitsharesblocks