Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanco committed Feb 7, 2024
1 parent c29798d commit 3df375b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { address } from '@liskhq/lisk-cryptography';
import { Account, ExampleKey } from '../../interface';
import { randomBalanceBeddows } from '../../utils';

// Random Balance in Beddows between 0 - 2 ** 8 * (RANDOM_BYTES_RANGE)
// Random Balance in Beddows between 0 - 2 ** (8 * RANDOM_BYTES_RANGE)
const RANDOM_BYTES_RANGE = 5;

// Multisig Accounts
Expand Down

0 comments on commit 3df375b

Please sign in to comment.