We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f81a3 commit 241c4d0Copy full SHA for 241c4d0
src/psbt.h
@@ -54,7 +54,7 @@ static constexpr uint8_t PSBT_SEPARATOR = 0x00;
54
55
// BIP 174 does not specify a maximum file size, but we set a limit anyway
56
// to prevent reading a stream indefinitely and running out of memory.
57
-const std::streamsize MAX_FILE_SIZE_PSBT = 100000000; // 100 MiB
+const std::streamsize MAX_FILE_SIZE_PSBT = 100000000; // 100 MB
58
59
// PSBT version number
60
static constexpr uint32_t PSBT_HIGHEST_VERSION = 0;
0 commit comments