Skip to content

Commit 7da38fc

Browse files
committed
Feature: Keeper account loading and validation
1 parent 799a184 commit 7da38fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keeper/src/account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { Keypair, Server, Account } = require('soroban-client');
1212
async function initializeKeeperAccount() {
1313
const secret = process.env.KEEPER_SECRET;
1414
if (!secret) {
15-
throw new Error('KEEPER_SECRET environment variable is not defined');
15+
throw new Error('KEEPER_SECRET environment variable is not defined');
1616
}
1717

1818
let keypair;

0 commit comments

Comments
 (0)