This commit is contained in:
Daniel 2023-12-19 21:02:23 +08:00
parent d8fb5f896e
commit 5bc3152635
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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