Skip to content

Commit

Permalink
cargo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisbaccour committed Oct 23, 2022
1 parent 98dccc8 commit 921fa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/double-dice-roll/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub fn execute_roll_dice(
//The job id is needed to know what randomness we are referring to upon reception in the callback
//In this example, the job_id represents one round of dice rolling.
msg: to_binary(&ProxyExecuteMsg::GetNextRandomness { job_id })?,
// We pay here the contract with the native chain coin.
// We pay here the contract with the native chain coin.
// We need to check first with the nois proxy the denoms and amounts that are required
funds: info.funds, // Just pass on all funds we got
});
Expand Down

0 comments on commit 921fa31

Please sign in to comment.