Skip to content

Commit e001826

Browse files
committed
Allow to load private key from bytes32
1 parent 24b6d82 commit e001826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interpreter/builtins/accounts.rs

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ lazy_static! {
189189
vec![
190190
vec![],
191191
vec![FunctionParam::new("privateKey", Type::String)],
192+
vec![FunctionParam::new("privateKey", Type::FixBytes(32))],
192193
vec![
193194
FunctionParam::new("privateKey", Type::Null),
194195
FunctionParam::new("alias", Type::String)

0 commit comments

Comments
 (0)