Page MenuHomePhabricator

[electrum] Rename and move COutPoint to transaction.py:OutPoint
ClosedPublic

Authored by PiRK on Aug 30 2023, 08:11.

Details

Summary

This will be useful for a future TxInput class.

Depends on D14432

Test Plan

python test_runner.py

Diff Detail

Event Timeline

PiRK requested review of this revision.Aug 30 2023, 08:11
bytesofman added a subscriber: bytesofman.

code looks good tho like 14432, I get an error when I run arc patch 14433

 INFO  Base commit is not in local repository; trying to fetch.
Created and checked out branch arcpatch-D14433.
Created and checked out branch arcpatch-D14431.
Checking patch electrum/electrumabc/transaction.py...
Applied patch electrum/electrumabc/transaction.py cleanly.
 COMMITTED  Successfully committed patch.

 Cherry Pick Failed!
 Exception 
Command failed with error #1!
COMMAND
git cherry-pick -- arcpatch-D14431

STDOUT
On branch arcpatch-D14433
You are currently cherry-picking commit 004ab9baf.
  (all conflicts fixed: run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

nothing to commit, working tree clean


STDERR
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:

    git commit --allow-empty

Otherwise, please use 'git cherry-pick --skip'

(Run with `--trace` for a full exception trace.)
This revision is now accepted and ready to land.Aug 30 2023, 18:59