Skip to content

Commit

Permalink
GH-54 Update eosio.token contract location
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 12, 2023
1 parent dd66bfc commit 1e3b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHarness/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ def bootstrap(self, biosNode, totalNodes, prodCount, totalProducers, pfSetupPoli
return None

contract="eosio.token"
contractDir="libraries/testing/contracts/%s" % (contract)
contractDir="unittests/contracts/%s" % (contract)
wasmFile="%s.wasm" % (contract)
abiFile="%s.abi" % (contract)
Utils.Print("Publish %s contract" % (contract))
Expand Down

0 comments on commit 1e3b4a3

Please sign in to comment.