Skip to content

Commit 8fa6874

Browse files
committed
Add last trade index action
1 parent 71193b4 commit 8fa6874

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/MostroP2P/mostro-webtools"
1212
axum = { version = "0.7.5", features = ["macros"] }
1313
bip39 = { version = "2.2.0", features = ["rand"] }
1414
hex = "0.4"
15-
mostro-core = "0.6.55"
15+
mostro-core = "0.6.56"
1616
nostr-sdk = { version = "0.43.0", features = ["nip06", "nip44", "nip59"] }
1717
rand = "0.8"
1818
serde = { version = "1.0.204", features = ["derive"] }

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const ACTIONS: &[&str] = &[
6868
"send-dm",
6969
"trade-pubkey",
7070
"restore-session",
71+
"last-trade-index",
7172
"orders",
7273
];
7374

0 commit comments

Comments
 (0)