New errors in "Spinning up a Block Producer Node on Ubuntu" documentation
Summary
In Spinning up a Block Producer Node on Ubuntu documentation, in the chapter 9, the Note concerning uncommented agent-name seems obsolete. In my case it was commented.
In chapter 13, you need first to unlock the wallet else the run command fails (in previous chapter you have to lock it).
Environment
Ubuntu 16.04
Steps to reproduce
Follow documentation instructions
Expected result
Correct documentation.
Current result
- Useless note
- run command fails with error:
Error 3120003: Locked wallet Ensure that your wallet is unlocked before using it! Error Details: You don't have any unlocked wallet!
Possible Fix
- Remove the useless note
- Do not lock wallet in chapter 12 or add unlock wallet command in chapter 13
Additional information
NA
Examples
NA