We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8165494 + 0529e94 commit 6bbf449Copy full SHA for 6bbf449
.gitignore
@@ -6,4 +6,5 @@ logs/
6
tsconfig.tsbuildinfo
7
out/
8
.vscode/
9
-*.iml
+*.iml
10
+.nyc_output/
src/api/master/routers/masterApiSpec.ts
@@ -142,7 +142,6 @@ export const SendManyRequest = {
142
sequenceId: t.union([t.undefined, t.string]),
143
lastLedgerSequence: t.union([t.undefined, t.number]),
144
ledgerSequenceDelta: t.union([t.undefined, t.number]),
145
- gasPrice: t.union([t.undefined, t.number]),
146
noSplitChange: t.union([t.undefined, t.boolean]),
147
unspents: t.union([t.undefined, t.array(t.string)]),
148
comment: t.union([t.undefined, t.string]),
0 commit comments