Skip to content

Commit

Permalink
revert rudder fn call mentions
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
noslav committed Mar 16, 2024
1 parent e50399b commit fbcc462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ config :phoenix, :stacktrace_depth, 20
config :phoenix, :plug_init_mode, :runtime

# Default these should point to moonbase alpha since we do all the development testing there
config :rudder,
config :refiner,
operator_private_key: System.get_env("BLOCK_RESULT_OPERATOR_PRIVATE_KEY"),
bsp_proofchain_address:
System.get_env("BSP_PROOFCHAIN_ADDRESS", "0x916B54696A70588a716F899bE1e8f2A5fFd5f135"),
Expand Down
2 changes: 1 addition & 1 deletion lib/refiner/proof_chain/block_specimen_event_listener.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule Refiner.ProofChain.BlockSpecimenEventListener do
{:ok, [_event_hash, chain_id_raw, block_height_raw, block_hash]} =
Map.fetch(log_event, "topics")

[specimen_hash_raw] = Rudder.Util.extract_data(log_event, "(bytes32)")
[specimen_hash_raw] = Refiner.Util.extract_data(log_event, "(bytes32)")

# prepare data to generate key
specimen_hash = Base.encode16(specimen_hash_raw, case: :lower)
Expand Down

0 comments on commit fbcc462

Please sign in to comment.