Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
heliuchuan committed Oct 20, 2024
1 parent d5dd7ab commit 2ae103a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aptos/Aptos.Transactions/TransactionBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ OneOf<PublicKey, IVerifyingKey> publicOrVerifyingKey
);
if (publicKey is FederatedKeylessPublicKey federatedKeylessPublicKey)
return new AccountAuthenticatorSingleKey(
federatedKeylessPublicKey,
Keyless.GetSimulationSignature()
federatedKeylessPublicKey,
Keyless.GetSimulationSignature()
);
return new AccountAuthenticatorSingleKey(publicKey, invalidSignature);
Expand Down

0 comments on commit 2ae103a

Please sign in to comment.