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 f59835a commit 1412ad3Copy full SHA for 1412ad3
forc-plugins/forc-client/src/op/call/trace/storage.rs
@@ -311,7 +311,7 @@ impl InterpreterStorage for ShallowStorage {
311
block_height: fuel_vm::fuel_types::BlockHeight,
312
) -> Result<fuel_vm::prelude::Bytes32, Self::DataError> {
313
// Block header hashes for blocks with height greater than or equal to current block height are zero (0x00**32).
314
- // https://github.com/FuelLabs/fuel-specs/blob/master/specs/vm/instruction_set.md#bhsh-block-hash
+ // https://docs.fuel.network/docs/specs/fuel-vm/instruction-set/#bhsh-block-hash
315
if block_height >= self.block_height || block_height == Default::default() {
316
Ok(Bytes32::zeroed())
317
} else {
0 commit comments