-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
P1 IssueInformation is wrong, what's described does not match reality.Information is wrong, what's described does not match reality.
Description
This one seems out of date with the hardcoded values.
Also, the transaction service is not used correctly. It's a lot simpler:
await listener.open()
try{
const transaction = await transactionService.announce(signedTransaction, listener).toPromise()
console.log(transaction);
} catch(e){
console.error(e)
} finally{
listener.close()
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1 IssueInformation is wrong, what's described does not match reality.Information is wrong, what's described does not match reality.