Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Feb 18, 2024
1 parent 6c886b2 commit 39fa5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchain/witness/metachain_witness.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func (mw *MetachainWitness) getMainchainMaxProcessedNonceEventHeight(icmeType sc
if err != nil {
break
}
eventHeight, err = mw.mainchainTNT721TokenBank.GetTokenLockEventHeight(nil, mw.subchainID, maxProcessedNonce)
eventHeight, err = mw.mainchainTNT1155TokenBank.GetTokenLockEventHeight(nil, mw.subchainID, maxProcessedNonce)

case score.IMCEventTypeCrossChainVoucherBurnTFuel:
// Note: TFuelVoucherBurn is not allowed on the Mainchain so it is safe to return the latest block height
Expand Down

0 comments on commit 39fa5a1

Please sign in to comment.