iotaledger / entangled

enTangle'd is an amalgamation of all things Tangle
Apache License 2.0
113 stars 66 forks source link

cclient: make depth and MWM consistent #1330

Closed howjmay closed 5 years ago

howjmay commented 5 years ago

Replace the uncetain size declaration with uint8_t for MWM and uint32_t for depth Fixes #1324

oopsmonk commented 5 years ago

Hi @HowJMay I think you missed the modification in Interface.java.

howjmay commented 5 years ago

Sorry for that

oopsmonk commented 5 years ago

@HowJMay mobile/ios/Interface.h and mobile/ios/Interface.mm should be changed as well.

howjmay commented 5 years ago

@oopsmonk mobile/ios/Interface.h and mobile/ios/Interface.mm are not changed files. @rajivshah3 said I should not change the casting there into uint8_t

rajivshah3 commented 5 years ago

Sorry, I meant that if Interface.h was changed then Interface.mm needed to be changed as well