Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Mar 3, 2023
1 parent a35dd8c commit e3f289d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/flipbip_scene_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ static void flipbip_scene_1_model_init(FlipBipScene1Model* const model, const in
const uint32_t version_private = 0x0488ade4;
//const char addr_version = 0x00, wif_version = 0x80;

// buffer for key serialization
const size_t buflen = 128;
char buf[buflen + 1];
char buf[128 + 1];

// root
uint32_t fingerprint = 0;
Expand Down

0 comments on commit e3f289d

Please sign in to comment.