Skip to content

Commit

Permalink
Tip using both erc_wallet and wallet (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzatron authored Mar 28, 2023
1 parent fdfc0b6 commit fe9efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/common/store/tipping/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function* sendTipAsync() {
}

const weiBNAmount = parseAudioInputToWei(amount) ?? (new BN('0') as BNWei)
const recipientERCWallet = recipient.wallet
const recipientERCWallet = recipient.erc_wallet ?? recipient.wallet

// Create Userbanks if needed
const feePayerOverride = yield* select(getFeePayer)
Expand Down

0 comments on commit fe9efea

Please sign in to comment.