mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
wasm add comment
This commit is contained in:
@@ -65,3 +65,4 @@ fn process_instruction(ix: &[u8]) -> ContractResult {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ fn run_contract() -> Result<()> {
|
||||
simplelog::TerminalMode::Mixed,
|
||||
simplelog::ColorChoice::Auto,
|
||||
)?;
|
||||
|
||||
// =============================================================
|
||||
// Build a ledger state so the runtime has something to work on
|
||||
// =============================================================
|
||||
|
||||
Reference in New Issue
Block a user