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

View file

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