Fix variable name

This commit is contained in:
Rodolphe Bréard 2023-07-23 17:38:23 +02:00
parent d068baf3b3
commit 6d1e68b37a

View file

@ -37,7 +37,7 @@ class KeyedAddress {
['a', 'b'].forEach((e) => {
const test_addr = new KeyedAddress(e, '+', 'example.org', '11voiefK5PgCX5F1TTcuoQ==');
console.log(test1);
console.log(test_addr);
console.log('Sub-addr: ' + test_addr.genSubAddr('test'));
});