slimcoin-project / pacli

Simple CLI PeerAssets client (extended version).
GNU General Public License v3.0
0 stars 0 forks source link

The -o flag does't work (anymore) for transaction list command? #218

Open buhtignew opened 3 days ago

buhtignew commented 3 days ago

While I was testing for the #192 (so the address n29mSoozF9bDBAJgHKdgyyK5GZcDDfyhvm was already cached till the block 1000) I've run transaction list -x -o n29mSoozF9bDBAJgHKdgyyK5GZcDDfyhvm -l -f 1 -e 1000 and got the following message in the output:

Locator mode not supported if no addresses or decks are selected. Locators will not be used.

And the code has begun processing blocks after that.

What have I been doing wrong in this case?

d5000 commented 1 day ago

Very stupid bug (wrong variable used when I fixed another thing). Fixed. Will be uploaded together with the other locator fixes. Does not need testing as it was obvious.