We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd69e5 + d6e3898 commit 2d840acCopy full SHA for 2d840ac
concordium-consensus/src/Concordium/Scheduler/ProtocolLevelTokens/Queries.hs
@@ -129,7 +129,7 @@ queryTokenInfo tokenId bs = case sSupportsPLT (accountVersion @(AccountVersionFo
129
tsTotalSupply = toTokenAmount _pltDecimals totalSupply,
130
tsModuleState = tms
131
}
132
- return $ Right TokenInfo{tiTokenId = tokenId, tiTokenState = ts}
+ return $ Right TokenInfo{tiTokenId = _pltTokenId, tiTokenState = ts}
133
134
-- | Get the list of 'Token's on an account.
135
queryAccountTokens :: forall m. (PVSupportsPLT (MPV m), BS.BlockStateQuery m) => IndexedAccount m -> BlockState m -> m [Token]
0 commit comments