Skip to content

Commit 7a79c76

Browse files
authored
feat: update wasm library (#247)
1 parent ccad953 commit 7a79c76

File tree

6 files changed

+1096
-1096
lines changed

6 files changed

+1096
-1096
lines changed

src/pages/SignInternalTransaction/SignInternalTransaction.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ export const SignTransactionPage = () => {
126126
).input.order_id
127127
const orderdata = JSON.parse(await Mintlayer.getOrderById(order_id))
128128

129-
console.log('orderdata', orderdata)
130-
131129
order_info[order_id] = {
132130
initially_asked: {
133131
...(orderdata.ask_currency.type === 'Coin'

0 commit comments

Comments
 (0)