From 07dc43fd90cd78a0b45b2eb5d2be3ce3c1841603 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 3 Aug 2018 15:38:18 +0100 Subject: [PATCH] cm -> cmu Signed-off-by: Daira Hopwood --- sapling_key_components.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapling_key_components.py b/sapling_key_components.py index d1e345a..75cce51 100644 --- a/sapling_key_components.py +++ b/sapling_key_components.py @@ -126,7 +126,7 @@ def main(): 'default_pk_d': bytes(sk.default_pkd()), 'note_v': note_v, 'note_r': bytes(note_r), - 'note_cm': bytes(note_cm.u), + 'note_cmu': bytes(note_cm.u), 'note_pos': note_pos, 'note_nf': note_nf, }) @@ -146,7 +146,7 @@ def main(): ('default_pk_d', '[u8; 32]'), ('note_v', 'u64'), ('note_r', '[u8; 32]'), - ('note_cm', '[u8; 32]'), + ('note_cmu', '[u8; 32]'), ('note_pos', 'u64'), ('note_nf', '[u8; 32]'), ),