Skip to content

Commit e3f289d

Browse files
committed
naming
1 parent a35dd8c commit e3f289d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/flipbip_scene_1.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ static void flipbip_scene_1_model_init(FlipBipScene1Model* const model, const in
166166
const uint32_t version_private = 0x0488ade4;
167167
//const char addr_version = 0x00, wif_version = 0x80;
168168

169+
// buffer for key serialization
169170
const size_t buflen = 128;
170-
char buf[buflen + 1];
171+
char buf[128 + 1];
171172

172173
// root
173174
uint32_t fingerprint = 0;

0 commit comments

Comments
 (0)