Skip to content

Commit

Permalink
fix: allowing watch wallets on bts withdrawal
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga authored and aaroncox committed Jul 19, 2019
1 parent 119d01c commit 9b421ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/shared/actions/blockchains/beos/withdraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export function beoswithdraw(from, to, quantity, storeName) {
withdraw(
{ from, bts_to: to, quantity },
{
broadcast: true,
broadcast: connection.broadcast,
expireInSeconds: connection.expireInSeconds,
sign: connection.sign
}
)
Expand Down

0 comments on commit 9b421ea

Please sign in to comment.