Skip to content

Commit

Permalink
update comment and remove whitepace
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ridley committed Jun 14, 2023
1 parent 4bda822 commit af0058b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Reason: We need to build HAPI contract functions params
// And we want the string contract function params that ethers exepects
// This is an opportunity for the builder pattern.
// This is an opportunity for the adapter pattern.

import { ContractFunctionParameters } from "@hashgraph/sdk";

Expand Down
2 changes: 1 addition & 1 deletion template/src/services/wallets/mirrorNodeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export class MirrorNodeClient {
const accountInfoJson = await accountInfo.json();
return accountInfoJson;
}
}
}

0 comments on commit af0058b

Please sign in to comment.