Skip to content

Commit

Permalink
squashme: Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmaykov committed Apr 24, 2023
1 parent 87967ed commit 68be7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/include/checks.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ int verify_conv_btc_to_satoshi(void);
* Verifies that calling handle_incoming_message() with a serialized protobuf
* message which exceeds nanopb field size limits (defined in proto .options
* files) fails as expected.
*
* Note that as this function uses statically-allocated buffers, it is not thread-safe.
*/
int verify_rpc_oversized_message_rejected(void);

Expand Down

0 comments on commit 68be7dd

Please sign in to comment.