Skip to content

Commit

Permalink
Init default value of id
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus-Axel committed Mar 25, 2023
1 parent 23ad21a commit ba96071
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 ba96071

Please sign in to comment.