mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 03:38:00 +00:00
add state trace (#5924)
This commit is contained in:
@@ -420,6 +420,12 @@ where
|
||||
key: Vec<u8>,
|
||||
value: Vec<u8>,
|
||||
) {
|
||||
trace!(target: "state", "{:04x}: Append({}) {}",
|
||||
self.id,
|
||||
HexDisplay::from(&key),
|
||||
HexDisplay::from(&value),
|
||||
);
|
||||
|
||||
let _guard = sp_panic_handler::AbortGuard::force_abort();
|
||||
self.mark_dirty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user