Skip to content

Commit

Permalink
Changed signature type
Browse files Browse the repository at this point in the history
  • Loading branch information
ejMina226 committed Apr 22, 2024
1 parent 5c9b28e commit 67bdcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paymentGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function processTransaction(
amount: number,
fee: number
) {
const client = new Client({ network: 'testnet' });
const client = new Client({ network: 'mainnet' });
let sender_public = client.derivePublicKey(deployerAccount)
console.log("receiver: ", receiver);
let amountToSend = amount * 1000000000;
Expand Down

0 comments on commit 67bdcee

Please sign in to comment.