Skip to content

Commit

Permalink
Merge pull request #300 from fioprotocol/feature/BD-4538-fiocontracts…
Browse files Browse the repository at this point in the history
…-develop-03222023

FIP-39 BD-4538 require auth of actor on calls to updcryptkey
  • Loading branch information
ericbutz authored Mar 22, 2023
2 parents 97024b6 + dc9026f commit 6463417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/fio.address/fio.address.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@ namespace fioio {


print("updcryptkey -- called. \n");

require_auth(actor);

//VERIFY INPUTS
FioAddress fa;
Expand Down

0 comments on commit 6463417

Please sign in to comment.