Skip to content

Commit

Permalink
Add Centralized Edition for GCT and GCTO with unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice09 committed Oct 21, 2021
1 parent cb99548 commit 4c3b144
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public String prepareTokenTrustGraph() throws Exception {

// Change Owner on GCT to GCTO Contract Address
gct.changeOwner(gcto.getContractAddress()).send();
eventLogger.addManualEvent("Changed Admin on GroupCurrencyToken", gcto.getContractAddress());
eventLogger.addManualEvent("Changed Admin on GroupCurrencyToken", gcto.getContractAddress(), gct.getContractAddress());

// Setup GCTO, Orga Signup
trx = gcto.setup().send();
Expand Down

0 comments on commit 4c3b144

Please sign in to comment.