Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vms/pvm/etna-builder/spend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export type SpendProps = Readonly<{
*/
toBurn?: Map<string, bigint>;
/**
* Maps `assetID` to the amount of the asset to spend and place info
* Maps `assetID` to the amount of the asset to spend and place into
* the staked outputs. First locked UTXOs are attempted to be used for
* these funds, and then unlocked UTXOs will be attempted to be used.
* There is no preferential ordering on the unlock times.
Expand Down