Page MenuHomePhabricator

Fix rawtransactions.py to sign value
AbandonedPublic

Authored by deadalnix on Aug 5 2017, 17:46.

Details

Reviewers
dgenr8
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

This test was failing with SIGHASH_FORKID set because the amount was not provided for signing.

Test Plan

This is a fix to a test

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Owners added a reviewer: Restricted Owners Package.Aug 5 2017, 17:46

@dgenr8 : testing rawtransactions doesn't fail for me on current ABC head.
Were you testing with additional patches that then necessitate this one?

deadalnix abandoned this revision.
deadalnix edited reviewers, added: dgenr8; removed: deadalnix.

Closing as I intergarted it into another patch. Thanks for that, that was hard to catch !

@freetrader The problem will show up when you change the tests to set and validate SIGHASH_FORKID.