summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorDr. Maxim Orlovsky <dr.orlovsky@gmail.com>2020-09-07 13:17:44 +0200
committerGitHub <noreply@github.com>2020-09-07 13:17:44 +0200
commita159cca11fc04976ec8acfbc844385a2b9170e13 (patch)
treee6466d572a196334a627d721967f68d5f9947182 /bip-0174.mediawiki
parentbdb297a7c847c23b96ff1dbe7bc91586ec8b59c5 (diff)
downloadbips-a159cca11fc04976ec8acfbc844385a2b9170e13.tar.xz
BIP 174: rename responsibilities->roles to match Bitcoin Core
[Bitcoin Core uses "roles" instead of "responsibilities"](https://github.com/bitcoin/bitcoin/blob/master/src/psbt.h#L559) and it makes semantical sense (plus less verbose).
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 65fa9a9..fb96b79 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -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===