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 66245eb + 1154795 commit 1192226Copy full SHA for 1192226
modules/sdk-coin-sol/src/lib/stakingDeactivateBuilder.ts
@@ -164,7 +164,7 @@ export class StakingDeactivateBuilder extends TransactionBuilder {
164
throw new BuildTransactionError('Sender address cannot be the same as the Staking address');
165
}
166
167
- if (this._amount) {
+ if (this._amount && !this._isMarinade) {
168
assert(
169
this._unstakingAddress,
170
'When partially unstaking the unstaking address must be set before building the transaction'
0 commit comments