Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jun 22, 2021
1 parent 6e4041f commit 8191956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base_layer/core/src/blocks/genesis_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn get_mainnet_genesis_block() -> ChainBlock {
pub fn get_stibbons_genesis_block() -> ChainBlock {
// lets get the block
let mut block = get_stibbons_genesis_block_raw();
// Lets load in the stibbons faucet tx's
// Lets load in the stibbons faucet transactions
let mut utxos = Vec::new();
let file = include_str!("faucets/stibbons_faucet.json");
// last 2 lines are used for the kernel creation
Expand Down Expand Up @@ -88,7 +88,7 @@ pub fn get_stibbons_genesis_block() -> ChainBlock {
pub fn get_weatherwax_genesis_block() -> ChainBlock {
// lets get the block
let mut block = get_weatherwax_genesis_block_raw();
// Lets load in the weatherwax faucet tx's
// Lets load in the weatherwax faucet transactions
let mut utxos = Vec::new();
let file = include_str!("faucets/weatherwax_faucet.json");
// last 2 lines are used for the kernel creation
Expand Down

0 comments on commit 8191956

Please sign in to comment.