Page MenuHomePhabricator

test: Remove from_node from create_self_transfer* MiniWallet helpers
ClosedPublic

Authored by PiRK on Fri, Apr 19, 10:54.

Details

Summary

The from_node argument is no longer used as of D12733

Remove also the unused from_node and wallet arguments in a helper function feature_cltv.py

This is a backport of core#25435

Depends on D16022

Test Plan

ninja check-functional-extended

cmake .. -GNinja -DENABLE_TRACING=1
ninja
sudo ./test/functional/test_runner.py interface_usdt_net
sudo ./test/functional/test_runner.py interface_usdt_utxocache
sudo ./test/functional/test_runner.py interface_usdt_validation

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Fri, Apr 19, 10:54
PiRK planned changes to this revision.Fri, Apr 19, 10:55

i'm missing a feature_usdt* test

PiRK edited the summary of this revision. (Show Details)
PiRK edited the test plan for this revision. (Show Details)

fix also interface_usdt_utxocache

This revision is now accepted and ready to land.Fri, Apr 19, 13:30