FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
408 stars 84 forks source link

acceptall error #161

Closed jackson-jackson closed 11 years ago

jackson-jackson commented 11 years ago

Whenever I use the 'opentxs acceptall --myacct' command it accepts the transfers but displays this at the end of the output:

Server response (process_inbox): SUCCESS processing/accepting inbox. Success retrieving intermediary files for account. BuildFolderPath: Made New Folder: /home/adam/.ot/client_data/paymentInbox/

accept_from_paymentbox: OT_API_LoadPaymentInbox Failed.

accept_from_paymentbox: OT_API_LoadPaymentInbox Failed.

accept_from_paymentbox: OT_API_LoadPaymentInbox Failed.

FellowTraveler commented 11 years ago

accept all is a conglomerate command. It performs acceptinbox, acceptpayments, acceptinvoices, accepttransfers, etc. Therefore this output is proper. You are seeing that the "accept inbox" worked, and the others had empty boxes. We can fix the output messages to make them less confusing.

I recommend using "showincoming" along with "acceptall" -- they are almost the only two commands you need.