Hello, This is just a matter of reversing the array, but the comment is a bit misleading ``` message open_anchor { // Transaction ID of anchor. required sha256_hash txid = 1; ``` See https://github.com/ElementsProject/lightning/blob/master/bitcoin/tx.c#L232 Cheers, Pierre