Skip to content

Commit 0529e94

Browse files
committed
fix(mbe): remove eth legacy gasPrice field for sendMany
Ticket: WP-5347
1 parent 8165494 commit 0529e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ logs/
66
tsconfig.tsbuildinfo
77
out/
88
.vscode/
9-
*.iml
9+
*.iml
10+
.nyc_output/

src/api/master/routers/masterApiSpec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export const SendManyRequest = {
142142
sequenceId: t.union([t.undefined, t.string]),
143143
lastLedgerSequence: t.union([t.undefined, t.number]),
144144
ledgerSequenceDelta: t.union([t.undefined, t.number]),
145-
gasPrice: t.union([t.undefined, t.number]),
146145
noSplitChange: t.union([t.undefined, t.boolean]),
147146
unspents: t.union([t.undefined, t.array(t.string)]),
148147
comment: t.union([t.undefined, t.string]),

0 commit comments

Comments
 (0)