Skip to content

Instantly share code, notes, and snippets.

@Christewart
Created May 5, 2016 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Christewart/471103ea77455bbf413ab659b0024411 to your computer and use it in GitHub Desktop.
Save Christewart/471103ea77455bbf413ab659b0024411 to your computer and use it in GitHub Desktop.
//Shows how to print a bitcoin script to stdout
#include <iostream>
#include "core_write.h"
cout << "Script being executed: " << ScriptToAsmStr(script) << std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment