mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
base58: fix check-source header order check.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
4563ff91e9
commit
bcd3e5f60e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue