This commit is contained in:
Daniel 2025-06-09 22:30:00 +08:00
parent 5df063fbec
commit c145cd2a95
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 33 additions and 1 deletions

View file

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