make-software / casper-net-sdk

.NET SDK to interact with the Casper Network nodes via RPC
Apache License 2.0
13 stars 14 forks source link

Fix copy & paste error? #27

Closed GuybrushX closed 2 years ago

GuybrushX commented 2 years ago

Summary

TODO

Checklist

davidatwhiletrue commented 2 years ago

Hi @GuybrushX , thanks for your PR. Here UndelegateTokens is just an alias of DelegateTokens because both share the same method implementation. Delegate and Undelegate with a WASM binary result both in an identical deploy object. In order to not repeat code UndelegateTokens is calling DelegateTokens.

GuybrushX commented 2 years ago

Got it, thanks for your explanation. Closing this PR #27