Skip to content

Commit

Permalink
Update contract-simple-rs/src/high_level.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Dec 3, 2024
1 parent 636321f commit ac0211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract-simple-rs/src/high_level.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Find all our documentation at https://docs.near.org
// Find all our documentation at https://docs.near.org/
use near_sdk::{env, log, near, Promise, PromiseError};

use crate::{hello_near, Contract, ContractExt, FIVE_TGAS};
Expand Down

0 comments on commit ac0211d

Please sign in to comment.