Skip to content

Commit 3d5f9e2

Browse files
Add runner instance size xlarge for template-node test
1 parent 2b57d16 commit 3d5f9e2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
115115
template-node-ts:
116116
executor: rust-node
117+
resource_class: xlarge
117118
steps:
118119
- setup-sdk
119120
- run:

create-leo-app/template-node/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import {Account, AleoKeyProvider, AleoKeyProviderParams, initThreadPool, Program
22

33
import * as process from "node:process";
44

5+
await initThreadPool();
6+
57
const programName = "hello_hello.aleo"
68

79
const hello_hello_program =`

wasm/src/record/record_plaintext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ impl RecordPlaintext {
255255
RecordPlaintextNative::tag(*graph_key.sk_tag(), *commitment).map_err(|e| e.to_string()).map(Field::from)
256256
}
257257

258-
/// Generate the record view key. The record view key can only decrypt record if the
258+
/// Generate the record view key. The record view key can only decrypt the record if the
259259
/// supplied view key belongs to the record owner.
260260
///
261261
/// @param {ViewKey} view_key View key used to generate the record view key

0 commit comments

Comments
 (0)