1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

Merge pull request #989 from dr-orlovsky/patch-2

BIP 174: rename responsibilities->roles to match Bitcoin Core
This commit is contained in:
Luke Dashjr
2020-10-05 16:15:57 +00:00
committed by GitHub

View File

@@ -350,9 +350,9 @@ It is useful when there are additional data that they need attached to a PSBT bu
The proprietary use type is not to be used by any public specification and there is no expectation that any publicly available software be able to understand any specific meanings of it and the subtypes.
This type must be used for internal processes only.
==Responsibilities==
==Roles==
Using the transaction format involves many different responsibilities. Multiple responsibilities can be handled by a single entity, but each responsibility is specialized in what it should be capable of doing.
Using the transaction format involves many different roles. Multiple roles can be handled by a single entity, but each role is specialized in what it should be capable of doing.
===Creator===