Fix variable name
This commit is contained in:
parent
d068baf3b3
commit
6d1e68b37a
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue