Skip to content

Commit

Permalink
scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Oct 9, 2024
1 parent f2eee0d commit f2ad4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starknet/src/voting_strategies/evm_slot_value.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ mod EvmSlotValueVotingStrategy {
let slot_key = InternalImpl::get_mapping_slot_key(voter.into(), slot_index);

// Returns the value of the storage slot at the block number corresponding to the given timestamp.
let slot_value = self.single_slot_proof
let slot_value = self
.single_slot_proof
.get_storage_slot(timestamp, evm_contract_address, slot_key, mpt_proof);

slot_value
Expand Down

0 comments on commit f2ad4a5

Please sign in to comment.