From ee5f4352bb1ccc58fb0ab2cbf5ef67357c14de64 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 29 Jan 2018 10:32:04 +1030 Subject: [PATCH] BOLT 3: closing tx must also round outputs down to whole satoshis. We specify this for the commitment tx, but not for the closing tx. Reported-by: Christian Decker Signed-off-by: Rusty Russell --- 03-transactions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-transactions.md b/03-transactions.md index 69846c5..4e6870e 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -261,6 +261,7 @@ Note that there are two possible variants for each node. ### Requirements Each node offering a signature: + - MUST round each output down to whole satoshis. - MUST subtract the fee given by `fee_satoshis` from the output to the funder. - MUST remove any output below its own `dust_limit_satoshis`. - MAY eliminate its own output.