Skip to content

Commit

Permalink
fix: 🐛 address pointing at to instead of state.to
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Dec 31, 2023
1 parent cbfec4e commit 9cab27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rigs/send-or-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export let sendOrRequestRig = (function (globals) {
)
address = sendWallet.address
} else {
address = state.to
address = to
}

if (amount > 0) {
Expand Down

0 comments on commit 9cab27f

Please sign in to comment.