X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=csharp_strings.py;h=b5f816edea8b9771f9f48a32ae73efd0440d6f41;hb=32973ea2749f8efd05b543dd774763513013b38b;hp=ac686bccf1727786aacc13ee16649c3d964a559e;hpb=5e70b6bf6a87efc9fb0dc006612c3a8165a0e521;p=ldk-java diff --git a/csharp_strings.py b/csharp_strings.py index ac686bcc..b5f816ed 100644 --- a/csharp_strings.py +++ b/csharp_strings.py @@ -16,6 +16,7 @@ class Consts: uint32_t = ['int'], uint64_t = ['long'], int64_t = ['long'], + double = ['double'], ) self.java_type_map = dict( String = "string"