Update bsip-0040.md
This commit is contained in:
parent
aed7556df5
commit
e928c44cc8
1 changed files with 12 additions and 2 deletions
14
bsip-0040.md
14
bsip-0040.md
|
@ -44,8 +44,12 @@ Assume account A and B and some unrelated key K. Furthermore A has a custom acti
|
||||||
```
|
```
|
||||||
custom active authority = {
|
custom active authority = {
|
||||||
operationid: 0 (transfer),
|
operationid: 0 (transfer),
|
||||||
authority: K,
|
authority: {
|
||||||
restricted: {
|
threshold: 1
|
||||||
|
key_auth: [K, 1]
|
||||||
|
account_auth: []
|
||||||
|
},
|
||||||
|
assert: {
|
||||||
to: B
|
to: B
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,6 +58,12 @@ That has the consquence now that a a transfer transaction sending funds away fro
|
||||||
|
|
||||||
# Specifications
|
# Specifications
|
||||||
|
|
||||||
|
* the account objects must be extended to store custom active authority
|
||||||
|
* an operation must be extended or created to allow changing the custom active authority
|
||||||
|
* additional signatures and operation-specific authorities (if present) must be evaluated against incoming transactions
|
||||||
|
|
||||||
|
* additional committee parameters may need to be specified to limit the extend of usage of this feature
|
||||||
|
|
||||||
# Discussion
|
# Discussion
|
||||||
|
|
||||||
To be found in the [issue](https://github.com/bitshares/bitshares-core/issues/1061).
|
To be found in the [issue](https://github.com/bitshares/bitshares-core/issues/1061).
|
||||||
|
|
Loading…
Reference in a new issue