Skip to content

Commit

Permalink
fix python StorageRecord fields - now it's public (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Feb 18, 2025
1 parent b92d912 commit b9ddbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface_py.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mod evmole {
// }}}

// {{{ StorageRecord
#[pyclass(name = "StorageRecord")]
#[pyclass(name = "StorageRecord", get_all)]
#[derive(Clone)]
struct PyStorageRecord {
slot: String,
Expand Down

0 comments on commit b9ddbad

Please sign in to comment.