mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 9ccaee1d5e into merged_master (Bitcoin PR #19004)
This commit is contained in:
commit
11afdcc66a
9 changed files with 24 additions and 14 deletions
|
|
@ -7,7 +7,9 @@
|
|||
|
||||
#include <util/strencodings.h>
|
||||
|
||||
const char* GetOpName(opcodetype opcode)
|
||||
#include <string>
|
||||
|
||||
std::string GetOpName(opcodetype opcode)
|
||||
{
|
||||
switch (opcode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue