Skip to content

Commit

Permalink
fix: missing wakuv2 fields in createAccountRequest toJson func
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Jul 29, 2024
1 parent c4053ad commit 963e512
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ proc toJson*(self: CreateAccountRequest): JsonNode =
"keycardInstanceUID": self.keycardInstanceUID,
"keycardPairingDataFile": self.keycardPairingDataFile,
"apiConfig": self.apiConfig
"wakuV2EnableStoreConfirmationForMessagesSent": self.wakuV2EnableStoreConfirmationForMessagesSent,
"wakuV2EnableMissingMessageVerification": self.wakuV2EnableMissingMessageVerification
}

if self.logLevel.isSome():
Expand Down

0 comments on commit 963e512

Please sign in to comment.