Commit fb0c301
committed
rpc: handle passing wallet path as 'wallet' argument
handles passing the wallet path as 'wallet' argument instead of
'wallet_path'. This did work in 4.5.8 and fails in 4.6.0 as the wallet
path string will get passed directly to the command instead of the
required wallet object, causing an exception when methods are called on
the str.1 parent 6cf663a commit fb0c301
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
| |||
0 commit comments