You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run this test script with the address properly changed I also see the exception
algosdk.error.KMDHTTPError: {
"error": true,
"message": "could not decode request body"
}
That hack works but is very ugly ... according to the SDK docs, a base32 encoded address should work
signing_address (str, optional): sign the transaction with SK corresponding to base32
signing_address, if provided, rather than SK corresponding to sender
algosdk.kmd.sign_transaction() fails when
signing_address
arg is specifiedExpected behaviour
Transaction should be signed using the private key corresponding to the specified
signing_address
Actual behaviour
Exception is raised:
Steps to reproduce issue
Your environment
py-algorand-sdk==2.0.0
./sandbox version
algod version
12885032963
3.2.3.stable [rel/stable] (commit #d2289a52)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand
Indexer version
2.8.0-dev.unknown compiled at 2022-01-21T13:24:39+0000 from git hash cf2a3873600a95c5740f0a854ecd3e5636bb4afb (modified)
Postgres version
postgres (PostgreSQL) 13.4
The text was updated successfully, but these errors were encountered: