Fix amount passed for verifying tx
This commit is contained in:
parent
1ab3a837f9
commit
b3c0d2e64c
@ -229,7 +229,7 @@ const Configure = () => {
|
||||
}
|
||||
|
||||
// Validate transaction hash
|
||||
const isTxHashValid = await verifyTx(senderAddress, txHash, amount);
|
||||
const isTxHashValid = await verifyTx(senderAddress, txHash, amountToBePaid);
|
||||
setIsPaymentLoading(false);
|
||||
|
||||
if (isTxHashValid) {
|
||||
|
Loading…
Reference in New Issue
Block a user