Skip to content

Commit

Permalink
remove includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nandofw committed Sep 11, 2023
1 parent e3ebc62 commit df401ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/rpc/rpcassets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@

#include <iostream>
#include <univalue.h>
#include <util/check.h>
#include <util/ref.h>
#include <util/system.h>
#include <util/strencodings.h>
#include <util/validation.h>
#include <rpc/util.h>


static CKeyID ParsePubKeyIDFromAddress(const std::string &strAddress, const std::string &paramName) {
CTxDestination dest = DecodeDestination(strAddress);
Expand Down

0 comments on commit df401ab

Please sign in to comment.