Skip to content

Commit

Permalink
Merge pull request #3 from ybensacq/hooker-update-signature
Browse files Browse the repository at this point in the history
starknet.rs: read to write
  • Loading branch information
ybensacq authored Feb 23, 2024
2 parents 61b0f17 + 2967788 commit 32d70ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/katana/rpc/rpc/src/starknet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl StarknetApiServer for StarknetApi {
.inner
.sequencer
.hooker
.read()
.write()
.await
.verify_invoke_tx_before_pool(invoke_transaction.0.clone())
.await
Expand Down
2 changes: 1 addition & 1 deletion crates/torii/types-test/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source = "git+https://github.com/dojoengine/dojo?tag=v0.3.11#1e651b5d4d3b79b14a7

[[package]]
name = "types_test"
version = "0.4.4"
version = "0.5.0"
dependencies = [
"dojo",
]

0 comments on commit 32d70ad

Please sign in to comment.