add makefile for static compilation
This commit is contained in:
parent
368e3b2b30
commit
602ff3595d
12 changed files with 100 additions and 9 deletions
|
@ -6,7 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
bank = { path = "../bank" }
|
||||
http-lib = { path = "../http-lib" }
|
||||
gloo-console = "0.2.1"
|
||||
js-sys = "0.3.56"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
|
|
|
@ -85,7 +85,7 @@ impl Component for Main {
|
|||
});
|
||||
false
|
||||
}
|
||||
Event::Transfer(amount, from, to) => false,
|
||||
Event::Transfer(_amount, _from, _to) => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue