Page MenuHomePhabricator

Drop UpdateTransaction in favor of UpdateInput
ClosedPublic

Authored by deadalnix on Oct 2 2019, 22:08.

Details

Summary

Updating the input explicitly requires the caller to present a mutable
input, which more clearly communicates the effects and intent of the method.

In most cases, this input is already immediately available and need not be
looked up.

This is a backport of Core PR13269

Depends on D4200

Test Plan
make check
./test/functional/test_runner.py

Diff Detail

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