pull/541/head
sidhujag 2020-09-04 18:52:10 -07:00
parent ce3c77632c
commit fa06995079
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ func (p *BaseParser) UnpackAssetTxIndex(buf []byte) []*TxAssetIndex {
func (p *BaseParser) GetAssetFromData(sptData []byte) (*Asset, error) {
return nil, errors.New("Not supported")
}
func (p *SyscoinParser) GetAssetFromDesc(addrDesc *bchain.AddressDescriptor) (*bchain.Asset, error) {
func (p *BaseParser) GetAssetFromDesc(addrDesc *AddressDescriptor) (*Asset, error) {
return nil, errors.New("Not supported")
}
func (p *BaseParser) GetAllocationFromTx(tx *Tx) (*AssetAllocation, error) {