typo hash.ts

pull/5581/head
Tristav 1 month ago committed by Aniket
parent a87d8ad4fc
commit a8df2d3542
  1. 2
      libs/remix-lib/src/hash.ts

@ -37,7 +37,7 @@ export const keccak256 = function(a: Buffer): Uint8Array {
}
/**
* Creates Keccak hash of a utf-8 string input
* Creates Keccak hash of an utf-8 string input
* @param a The input data (String)
* @param bits (number = 256) The Keccak width
*/

Loading…
Cancel
Save