We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac27ed commit 398426cCopy full SHA for 398426c
apps/fortuna/src/command/generate.rs
@@ -48,6 +48,7 @@ pub async fn generate(opts: &GenerateOptions) -> Result<()> {
48
let mut event = contract.revealed_with_callback_filter();
49
event.filter = event
50
.filter
51
+ .address(contract.address())
52
.from_block(last_block_number)
53
.to_block(current_block_number);
54
0 commit comments