Skip to content

Commit e5f404d

Browse files
author
sasha kushnir
committed
added docs and styles
1 parent dad38f8 commit e5f404d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

casper-click-react-cdn/src/components/GettingStarted/components/BuyMeACoffee.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const BuyMeACoffee = () => {
124124
{`const handleSignTransaction = async () => {
125125
const sender = activeAccount?.public_key?.toLowerCase();
126126
const deploy = makeTransferDeploy(sender, recipientPk, '50000000000', 'casper-test');
127-
clickRef?.send(deploy, sender)
127+
window.csprclick?.send(deploy, sender)
128128
.then(res => {
129129
if (res?.deployHash) {
130130
alert('Transaction sent successfully: ' + res.deployHash);

0 commit comments

Comments
 (0)