diff --git a/src/slp/tokentype1.js b/src/slp/tokentype1.js index 6fc63fc..bb88f6d 100644 --- a/src/slp/tokentype1.js +++ b/src/slp/tokentype1.js @@ -395,7 +395,7 @@ class TokenType1 { if (!tokenId) { throw new Error('tokenId property not found in mint-baton UTXO.') } - if (!decimals) { + if (!decimals && decimals !== 0) { throw new Error('decimals property not found in mint-baton UTXO.') }