chain-jslib icon indicating copy to clipboard operation
chain-jslib copied to clipboard

Problem: Long is not marked as unsigned

Open calvinaco opened this issue 4 years ago • 0 comments

Since most (all?) usage of Long is unsigned, we should use Long.fromNumber(..., true) in those places

calvinaco avatar Dec 11 '20 15:12 calvinaco