git.delta.rocks / unique-network / refs/commits / 81bcea446d5b

difftreelog

fix set token props only if something has changed

Daniel Shiposha2023-09-25parent: #448629b.patch.diff
in: master

1 file changed

modifiedpallets/common/src/lib.rsdiffbeforeafterboth
1389 changed = true;1389 changed = true;
1390 }1390 }
13911391
1392 if changed {1392 if changed {
1393 <PalletEvm<T>>::deposit_log(log);1393 <PalletEvm<T>>::deposit_log(log);
1394 }
1395
1396 set_token_properties(stored_properties);1394 set_token_properties(stored_properties);
1395 }
13971396
1398 Ok(())1397 Ok(())
1399 }1398 }