fix: merge lint test fixes

This commit is contained in:
Oleksandr Pravdyvyi
2025-07-24 09:14:38 +03:00
parent 88872f31dd
commit 95fec47897
5 changed files with 72 additions and 62 deletions
+2 -3
View File
@@ -972,7 +972,7 @@ impl NodeCore {
let sc_addr = hex::encode([0; 32]);
//Native does not change its state
//Native contract does not change its state
let state_changes: Vec<DataBlobChangeVariant> = vec![];
let new_len = 0;
let state_changes = (serde_json::to_value(state_changes).unwrap(), new_len);
@@ -990,8 +990,7 @@ impl NodeCore {
secret_r,
sc_addr,
state_changes,
)
.into();
);
tx.log();
{