Skip to content

Commit

Permalink
style: update whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
  • Loading branch information
ivaylonikolov7 committed Jan 21, 2025
1 parent 3d93c80 commit f61ab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/contract/ContractInfoQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Hbar from "../Hbar.js";
*/

/**
* * A query that returns information about a smart contract instance.
* A query that returns information about a smart contract instance.
* This includes the account that it owns, the contract's bytecode, and the timestamp when it will expire.
* @augments {Query<ContractInfo>}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/transaction/Transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const DEFAULT_RECORD_THRESHOLD = Hbar.fromTinybars(
// 120 seconds
const DEFAULT_TRANSACTION_VALID_DURATION = 120;

// The default message chunk size in bytes when splitting a given message.
// The default message chunk size in bytes when splitting a given message.
// This value can be overriden using `setChunkSize` when preparing to submit a messsage via `TopicMessageSubmitTransaction`.
export const CHUNK_SIZE = 1024;

Expand Down

0 comments on commit f61ab6b

Please sign in to comment.