Skip to content

Commit adf245a

Browse files
Fix fee validation in wasm + update provable.tools
1 parent 77e3db9 commit adf245a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

wasm/tests/offchain.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with the Provable SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

17-
use aleo_wasm::{
18-
OfflineQuery,
19-
PrivateKey,
20-
Program,
21-
ProgramManager,
22-
RecordPlaintext,
23-
};
17+
use aleo_wasm::{OfflineQuery, PrivateKey, Program, ProgramManager, RecordPlaintext};
2418

2519
use js_sys::{Array, Object, Reflect};
2620
use wasm_bindgen::JsValue;

0 commit comments

Comments
 (0)