Skip to content
This repository was archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
Use that eosio.system.wasm .. the other one was probably built with SYS,
Browse files Browse the repository at this point in the history
gives an `unknown key` error on `setcode`.
  • Loading branch information
abourget committed Jun 3, 2018
1 parent de5bdf6 commit 68d70f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/boot_sequence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ boot_sequence:
data:
account: eosio
amount: 1000011821.0000 EOS # 1B coins, as per distribution model + gift of RAM to new users.
memo: "Creation of EOS" # Add "Credits and Acknowledgments: eosacknowledgments.io" ?
memo: "Creation of EOS" # Add "Credits and Acknowledgments: eosacknowledgments.io" ?

- op: system.setcode
label: Replacing eosio account from eosio.bios contract to eosio.system
Expand Down
4 changes: 2 additions & 2 deletions sample_config/my_discovery_file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gmt_offset: -700 # in HourMinutes format

target_network_is_test: 0 # 0 = mainnet, anything else is a testnet
target_p2p_address: stage1.example.com:9876 # you can put "none" to be excluded from the automated meshing
target_http_address: http://stage1.example.com
target_http_address: http://localhost:8888
target_account_name: examplecom12
target_appointed_block_producer_signing_key: EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
target_initial_authority:
Expand Down Expand Up @@ -72,7 +72,7 @@ target_contents:
ref: /ipfs/QmP51RGzn2q9q1QX9rqVnKJ2DaQUG55AMD8FamoSuy6AET
comment: "EOS-Mainnet/governance ce5a7cae04b78ccba944f07ae24b7a96b0808f54"
- name: eosio.system.wasm
ref: /ipfs/QmQQDuMAaYBySGfjEuii7Ss2sf99Z5vkCTV8EdG7dnqv8Y
ref: /ipfs/QmVTwpwBSWEWYT1dWHhgueZf2MmjsTuMRQXygvh7VxJHUE
comment: "~v1.0.1 from github.com/EOS-Mainnet/eos"

- name: eosio.msig.abi
Expand Down

0 comments on commit 68d70f6

Please sign in to comment.