mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
base58: fix check-source header order check.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
#include <assert.h>
|
||||
#include <ccan/build_assert/build_assert.h>
|
||||
#include <ccan/tal/str/str.h>
|
||||
#include <libbase58.h>
|
||||
#include <secp256k1.h>
|
||||
#include <string.h>
|
||||
#include <libbase58.h>
|
||||
|
||||
static bool my_sha256(void *digest, const void *data, size_t datasz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user