This commit is contained in:
Daniel 2025-06-09 22:27:51 +08:00
parent 81c7931e0f
commit 5df063fbec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 32 additions and 0 deletions

View file

@ -280,6 +280,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doDuplicateAttrViewKey(op)
case "setAttrViewCoverFrom":
ret = tx.doSetAttrViewCoverFrom(op)
case "setAttrViewCoverFromAssetKeyID":
ret = tx.doSetAttrViewCoverFromAssetKeyID(op)
}
if nil != ret {