Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: custom pool #131

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
fix: code analysis
nesquikm committed Jun 26, 2023
commit d3992693776de59c07e5a0de2a4356cb2a0cbe24
1 change: 0 additions & 1 deletion packages/nekoton_bridge/native/src/nekoton_wrapper/mod.rs
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ use flutter_rust_bridge::IntoDart;
use flutter_rust_bridge::SyncReturn;
use flutter_rust_bridge::WrapInfo;
use lazy_static::lazy_static;
use log::warn;
use nekoton_utils::SimpleClock;
use serde::Serialize;
use std::panic;