This commit is contained in:
Daniel 2023-12-19 22:36:30 +08:00
parent 79528e094d
commit e984d0ecbb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1694,8 +1694,6 @@ func replaceAttributeViewBlock(operation *Operation, tx *Transaction) (err error
return
}
WaitForWritingFiles()
var node *ast.Node
if !operation.IsDetached {
node, _, _ = getNodeByBlockID(tx, operation.NextID)