Skip to content

Commit

Permalink
fix: fixing spaces (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsjunior committed Dec 23, 2024
1 parent b8a5e88 commit a9e8215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/protocol_rpc/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def set_transaction_appeal(

def set_finality_window_time(consensus: ConsensusAlgorithm, time: int) -> None:
consensus.set_finality_window_time(time)


def get_chain_id() -> str:
return hex(61_999)
Expand Down

0 comments on commit a9e8215

Please sign in to comment.