Merge 9ccaee1d5e into merged_master (Bitcoin PR #19004)

This commit is contained in:
Andrew Poelstra 2020-11-26 01:08:51 +00:00
commit 11afdcc66a
9 changed files with 24 additions and 14 deletions

View file

@ -7,7 +7,9 @@
#include <util/strencodings.h>
const char* GetOpName(opcodetype opcode)
#include <string>
std::string GetOpName(opcodetype opcode)
{
switch (opcode)
{