Skip to content

Commit 214c055

Browse files
committed
ran cargo fmt
1 parent f3a0b71 commit 214c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/src/utilities/encrypt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl EncryptionToolkit {
149149
tpk.scalar_multiply(&view_key.to_scalar()).to_x_coordinate()
150150
}
151151

152-
/// Creates a record view key from the view key. This can be later be used to decrypt a
152+
/// Creates a record view key from the view key. This can be later be used to decrypt a
153153
// record without revealing an account's view key.
154154
#[wasm_bindgen(js_name = "generateRecordViewkey")]
155155
pub fn generate_record_view_key(view_key: &ViewKey, record_ciphertext: &RecordCiphertext) -> Result<Field, String> {

0 commit comments

Comments
 (0)