dashed-slug.net › Forums › General discussion › New TX hook › Reply To: New TX hook
All internal transfers show status as “pending” ([status] => pending
) in action wallets_move_receive
object. Is that normal behavior? Can I trust it is completed, if I’m only using “user confirmations”?
Example output (action is triggered after the sender click her email link):
stdClass Object
(
[id] => 15
[blog_id] => 1
[category] => move
[tags] => receive move
[account] => 2
[other_account] => 1
[address] =>
[extra] =>
[txid] => move-5c2ce304e702c0.16043110-receive
[symbol] => LTCT
[amount] => 1.4500000000
[comment] => test4
[created_time] => 2019-01-02 16:12:52
[updated_time] => 2019-01-02 16:12:52
[confirmations] => 0
[status] => pending
[retries] => 1
[admin_confirm] => 0
[user_confirm] => 1
[nonce] =>
[user] => WP_User Object
I apologize for all these questions, but maybe answers could help other users as well.
Thanks a lot.