The move command is moving only 6 instead of 8 decimal places

Hi,

when I move coins from one account to another, the last two decimal places won’t move.

e.g.:

peerunityd move “” “test” ‘1.11111111

will result in:

peerunityd listtransactions “”

{
“account” : “”,
“category” : “move”,
“time” : 1441098320,
“amount” : -1.11111100,
“otheraccount” : “test”,
“comment” : “”
},

Is this a bug?
How can I change this behavior?

One peercoin = 1,000,000 “satoshis” only

https://wiki.peercointalk.org/index.php?title=Constants_in_peercoin_code#util.h

Alright. Thank you for the clarification.
I thought it’s like bitcoin (8 decimal places).

Grate info page!