fix formatting of new example

bsip53
Stefan Schießl 2018-07-30 15:21:09 +02:00 committed by GitHub
parent 63f6ddc6e3
commit b7282a531f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 36 deletions

View File

@ -191,7 +191,7 @@ cut_out =[
] ]
either_list = either_list =
[ [
{ {
function: attribute_assert, function: attribute_assert,
argument: amount, argument: amount,
@ -213,10 +213,10 @@ either_list =
argument: to, argument: to,
data: [ account C ] data: [ account C ]
} }
] ]
or_list = or_list =
[ [
{ {
function: attribute_assert, function: attribute_assert,
argument: amount, argument: amount,
@ -238,7 +238,7 @@ or_list =
argument: to, argument: to,
data: [ account C ] data: [ account C ]
} }
] ]
``` ```
That has the consquence now that a transfer transaction sending funds away from A can be signed with with active authority of account B if That has the consquence now that a transfer transaction sending funds away from A can be signed with with active authority of account B if
- it sends less than 10000 of asset X to account C - it sends less than 10000 of asset X to account C