Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #108 from kroggen/patch-1
Browse files Browse the repository at this point in the history
remove duplicate include on script_sign.c
  • Loading branch information
jgarzik committed Aug 22, 2018
2 parents eba4b3c + 5cb81ed commit 8ae9bad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/script_sign.c
Expand Up @@ -5,7 +5,6 @@
#include <ccoin/key.h>
#include <ccoin/core.h>
#include <ccoin/buint.h>
#include <ccoin/key.h>
#include <ccoin/util.h>

static bool sign1(const bu160_t *key_id, struct bp_keystore *ks,
Expand Down

0 comments on commit 8ae9bad

Please sign in to comment.