bug/operation.go 🔗
@@ -137,6 +137,7 @@ func (op *OpBase) SetMetadata(key string, value string) {
 	}
 
 	op.Metadata[key] = value
+	op.hash = ""
 }
 
 // GetMetadata retrieve arbitrary metadata about the operation
  Michael Muré created
bug/operation.go | 1 +
1 file changed, 1 insertion(+)
@@ -137,6 +137,7 @@ func (op *OpBase) SetMetadata(key string, value string) {
 	}
 
 	op.Metadata[key] = value
+	op.hash = ""
 }
 
 // GetMetadata retrieve arbitrary metadata about the operation