mirror of
https://github.com/GOSTSec/poolserver
synced 2025-02-11 14:34:15 +00:00
Temporary fix
This commit is contained in:
parent
4931afd7ed
commit
cac65c723b
@ -54,7 +54,7 @@ namespace Bitcoin
|
||||
|
||||
Transaction tx;
|
||||
tx.version = 1;
|
||||
tx.time = Util:Date();
|
||||
tx.time = Util::Date();
|
||||
tx.in.push_back(txin);
|
||||
tx.out.push_back(txout);
|
||||
tx.lockTime = 0;
|
||||
|
@ -180,7 +180,7 @@ ByteBuffer& Bitcoin::operator>>(ByteBuffer& a, Block& b)
|
||||
for (uint64 i = 0; i < txcount; ++i)
|
||||
a >> b.tx[i];
|
||||
|
||||
a >> b.signature;
|
||||
//a >> b.signature;
|
||||
|
||||
return a;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user