Skip to content

Commit d297248

Browse files
committed
rename param
1 parent 0c2f042 commit d297248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/agent/positionsUpdate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import { UndefinedOr } from '@devprotocol/util-ts'
66
type PositionsUpdate = (options: {
77
readonly provider: Provider
88
readonly positionId: number
9-
readonly amount: string
9+
readonly additionalAmount: string
1010
readonly overrides?: FallbackableOverrides
1111
}) => Promise<UndefinedOr<TransactionResponse>>

0 commit comments

Comments
 (0)