Skip to content

Commit

Permalink
Merge pull request #97 from edenia/feat/sbt-update-TESTNET
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 authored Mar 30, 2023
2 parents 29bb704 + 4415ef1 commit b653899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/eden/src/badges.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace eden
eosio::action{{contract, "active"_n},
sbt_account,
"givesimple"_n,
std::tuple(contract, "epv"_n, contract, it->account(),
std::tuple(contract, "epvi"_n, contract, it->account(),
std::string("round " + std::to_string(it->round()) + ", " +
std::to_string(it->vote_time().sec_since_epoch())))}
.send();
Expand Down

0 comments on commit b653899

Please sign in to comment.