Skip to content

Commit

Permalink
Merge pull request #9 from Virus-Axel/add_cluster_enum
Browse files Browse the repository at this point in the history
Init default value of id
  • Loading branch information
Virus-Axel authored Mar 25, 2023
2 parents 6303fe0 + ba96071 commit 9c01c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/solana_client/scripts/request_handler.gd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const HTTP_HEADERS: PackedStringArray = ["Content-Type: application/json", "Acce
const MAX_GODOT_INT: int = 9223372036854775807


@export var unique_id: int
@export var unique_id: int = 0
@export var commitment: String = "finalized"

@export var synchronous := true:
Expand Down

0 comments on commit 9c01c0b

Please sign in to comment.