Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wallet/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ type OpenWalletRequest struct {
// RestoreDeterministicWalletRequest represents the request model for RestoreDeterministicWallet
type RestoreDeterministicWalletRequest struct {
// Name of the wallet.
Name string `json:"name"`
Name string `json:"filename"`
// Password of the wallet.
Password string `json:"password"`
// Mnemonic phrase of the wallet to restore.
Expand Down
Loading