Skip to content

Commit

Permalink
Merge branch 'evm-enabled' of https://github.com/onflow/faucet into e…
Browse files Browse the repository at this point in the history
…vm-enabled
  • Loading branch information
chasefleming committed Feb 24, 2024
2 parents 67c450f + 295edfc commit 56bb8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flow/fund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ transaction(address: Address, amount: UFix64) {
let tokenAdmin: &FlowToken.Administrator
let tokenReceiver: &{FungibleToken.Receiver}
prepare(signer: AuthAccount) {
prepare(signer: auth(BorrowValue) &Account) {
self.tokenAdmin = signer.storage.borrow<&FlowToken.Administrator>(from: /storage/flowTokenAdmin)
?? panic("Signer is not the token admin")
Expand Down

0 comments on commit 56bb8ca

Please sign in to comment.