dashed-slug.net › Forums › CoinPayments.net Wallet Adapter extension support › How can I set default withdrawal address › Reply To: How can I set default withdrawal address
April 14, 2019 at 2:18 am
#6179
Anonymous
Inactive
been trying to do a hidden field but i keep getting this error
“Wallet operation failed: Could not move : Required parameter missing: move_toaccount”
so i tried several variations of a hidden field
<input type="hidden" name="__wallets_move_tags" value="move" />
<input type="hidden" name="user" value="Central Bank" />
and
<input type="hidden" name="__wallets_move_tags" value="move" />
<input type="hidden" name="moveUser" value="Central Bank" />
but nothing is working, keep getting same error
what am i doing wrong?