Skip to content

Commit a21832a

Browse files
committed
fix: declare amountMathKind parameter to makeissuerkit optional
The mathHelperName was changed to amountMathKind, and it's optional in the code. This updates the type declaration to match. fixes: #1373
1 parent f4725f2 commit a21832a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ERTP/src/types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
/**
184184
* @callback MakeIssuerKit
185185
* @param {string} allegedName
186-
* @param {AmountMathKind} amountMathKind
186+
* @param {AmountMathKind=} amountMathKind
187187
* @returns {IssuerKit}
188188
*
189189
* The allegedName becomes part of the brand in asset descriptions. The

0 commit comments

Comments
 (0)