From 361a675f7d152c5c1adf1d3a125cfaa9cbeae5d7 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 10 Jan 2017 17:23:36 +0100 Subject: [PATCH] [enh] Protocol: comment about unit base and amounts conversion --- doc/Protocol.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Protocol.md b/doc/Protocol.md index 83915e5e0..90a1dfccf 100644 --- a/doc/Protocol.md +++ b/doc/Protocol.md @@ -1365,6 +1365,7 @@ TRUE * *Rule*: The sum of all inputs in `CommonBase` must equal the sum of all outputs in `CommonBase` > Functionally: we cannot create nor lose money through transactions. We can only transfer coins we own. +> Functionally: also, we cannot convert a superiod unit base into a lower one. #### Global -- GitLab