Skip to content

Commit

Permalink
chore(transfer): remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevanmuijden committed Jul 20, 2023
1 parent 204e9c1 commit 0435302
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/apps/transfer/src/services/faucet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ export const fundExistingAccount = async (
chainId,
});

// transaction.sigs = [
// {
// pubKey: FAUCET_PUBLIC_KEY,
// sig: signature1.sig,
// },
// { pubKey: keyPair.publicKey, sig: signature2.sig },
// ];

transaction.sigs = [
{ sig: signature1.sig },
{ sig: signature2.sig },
Expand Down

0 comments on commit 0435302

Please sign in to comment.