Skip to content

Commit

Permalink
fix: fake server grpc-status header error
Browse files Browse the repository at this point in the history
  • Loading branch information
as-iotex authored and as-iotex committed Apr 17, 2022
1 parent 31854d8 commit 84c9ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/server-fake/server_fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
LISTEN_PORT = config["port"]

class GrpcStatus(Enum):
success = 0,
success = 0
failed_convert_contract_address = 13
failed_known_transaction = 13

Expand Down

0 comments on commit 84c9ffe

Please sign in to comment.