Unify naming of type lookups in c_type_map dict
[ldk-java] / typescript_strings.py
index a76aeadb01f5c446a99629a491a0cbbdb3aae85c..e3dd3c602375f2ba6a50a18edc2b24cbc91d918a 100644 (file)
@@ -17,7 +17,7 @@ class Consts:
             uint8_t = ['number', 'Uint8Array'],
             uint16_t = ['number', 'Uint16Array'],
             uint32_t = ['number', 'Uint32Array'],
-            long = ['number'],
+            uint64_t = ['number'],
         )
 
         self.to_hu_conv_templates = dict(