Skip to content

Commit 5ceee89

Browse files
committed
Swap ordering of EncryptedWalletData fields in keys.rs for consistency.
1 parent 7266bf4 commit 5ceee89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bitcoin/keys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ pub async fn get_mnemonic(
137137
};
138138

139139
Ok(EncryptedWalletData {
140+
mnemonic: mnemonic_phrase.to_string(),
140141
private,
141142
public,
142-
mnemonic: mnemonic_phrase.to_string(),
143143
})
144144
}

0 commit comments

Comments
 (0)