Browse Source

New translations principals.md (German)

translation_master
Jonathon Hammond 3 years ago
parent
commit
a3af225e94
  1. 5
      src/pages/de/write-smart-contracts/principals.md

5
src/pages/de/write-smart-contracts/principals.md

@ -147,6 +147,11 @@ The second type of check is more restrictive than the first check, and is helpfu
(begin (print "Tried to fly without permission!")
(ok false)))))
;;
;; Authorize a new pilot.
(ok true))
(begin (print "Tried to fly without permission!")
(ok false)))))
;;
;; Authorize a new pilot.
;;
;; here we want to ensure that this function

Loading…
Cancel
Save