Merge fixes.
This commit is contained in:
parent
c770aa3541
commit
4382c3c042
@ -24,11 +24,11 @@ type getBalance = {owner : address; callback : nat contract}
|
||||
type getTotalSupply = {callback : nat contract}
|
||||
|
||||
type action =
|
||||
Transfer of transfer
|
||||
| Approve of approve
|
||||
| GetAllowance of getAllowance
|
||||
| GetBalance of getBalance
|
||||
| GetTotalSupply of getTotalSupply
|
||||
Transfer of transfer
|
||||
| Approve of approve
|
||||
| GetAllowance of getAllowance
|
||||
| GetBalance of getBalance
|
||||
| GetTotalSupply of getTotalSupply
|
||||
|
||||
let transfer (p, s : transfer * storage)
|
||||
: operation list * storage =
|
||||
|
@ -1,5 +1,5 @@
|
||||
let check_signature
|
||||
(pk, signed, msg : key * signature * bytes) : bool =
|
||||
(pk, signed, msg : key * signature * bytes) : bool =
|
||||
Crypto.check pk signed msg
|
||||
|
||||
let example : bool =
|
||||
|
Loading…
Reference in New Issue
Block a user