Skip to content

Commit

Permalink
chore: fix some markdown spacing issues suggested by @Mrtenz
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-t committed Jan 8, 2025
1 parent 7207f07 commit 08f5501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SIPS/sip-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,15 @@ const entropySources = await snap.request({
#### `snap_getEntropy`

##### Parameters

An object containing:

- `version` - The number 1.
- `salt` (optional) - An arbitrary string to be used as a salt for the entropy. This can be used to generate different entropy for different purposes.
- `source` (optional) - The ID of the entropy source to use. If not specified, the primary entropy source will be used.

#### Returns

The entropy as a hexadecimal string.

#### Example
Expand Down

0 comments on commit 08f5501

Please sign in to comment.