libbitcoin 3.6.0
This is a minor version update to the libbitcoin formula.
This commit is contained in:
parent
7990a56e39
commit
f733cc504e
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
class Libbitcoin < Formula
|
||||
desc "Bitcoin Cross-Platform C++ Development Toolkit"
|
||||
homepage "https://libbitcoin.org/"
|
||||
url "https://github.com/libbitcoin/libbitcoin-system/archive/v3.5.0.tar.gz"
|
||||
sha256 "44ecd8b0de0dff2296f03e9c7f42a0afb9ac4f916aeaf6de2bffd0ccc05790b5"
|
||||
revision 4
|
||||
homepage "https://github.com/libbitcoin/libbitcoin-system"
|
||||
url "https://github.com/libbitcoin/libbitcoin-system/archive/v3.6.0.tar.gz"
|
||||
sha256 "fcd61f31fd5e6734ef4d673f643a5afac2304cd8061dc7c23ac60ec261b68d4e"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -56,7 +55,7 @@ class Libbitcoin < Formula
|
|||
const auto& input = tx.inputs().front();
|
||||
const auto script = input.script().to_data(false);
|
||||
std::string message(script.begin() + sizeof(uint64_t), script.end());
|
||||
bc::cout << message << std::endl;
|
||||
std::cout << message << std::endl;
|
||||
return 0;
|
||||
}
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue